lkml.org 
[lkml]   [2002]   [Mar]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] 3c59x and resume
On 23 Mar 2002, Robert Love wrote:

> Ideally we'd have a dynamically created array for the cards and hash
> into that, but, ugh, this is getting gross especially since 99% of us
> have one card and never remove it.

To address the problem of running out of id's, a bitmap of "id's in use"
could be used, and number recycled. This is done infrequently and overhead
is hardly a problem, although getting things released at suspect may be.

Getting the right options on the right card and the right card on the
expected number is another problem. I fight that all the time on my
laptop, with one NIC in the laptop and one in the dock. In spite of clear
information in modules.conf giving which driver goes with each NIC (via
alias), I don't get eth1 with no eth0 as I want, the first one is always
eth0, loads the wrong driver when not docked, and then doesn't get
initialized right by the startup scripts.

I also have another NIC I put in a pcmcia slot to become a router on
occasion, that also gets a random NIC number. Unfortunately it doesn't
look like a trivial job to use the info in modules.conf to fix the general
random numbering. The modules.conf interface seems to work in the wrong
direction, what I think we want is "when you load this driver use this
name", so eth2 could be the only NIC in the system under some conditions.

--
bill davidsen <davidsen@tmr.com>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.129 / U:0.276 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site