Ar Sad, 2006-10-28 am 22:48 +0200, ysgrifennodd Stefan Richter: > I hear network interfaces can be selected by their MACs, which are > globally unique and persistent. Most SCSI hardware has globally unique > and persistent unit properties too, and udev indeed uses them these days. You hear incorrectly. The MAC address is only required to be *machine unique*, please see the 802.1/2 specification documents for more detail. Distinguishing by card MAC is a hack that works on some systems only. SCSI is also unreliable for serial numbers because of USB, brain-dead raid controllers and other devices that fake the same ident for many devices. There is another ugly too - many driver/library layers "know" that during boot the code is not re-entered so has no locking. Before you can go multi-probe you also have to fix all the locking in the drivers that have boot time specific functionality (eg IDE). Alan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [patch] drivers: wait for threaded probes between initcall levels
- From: Randy Dunlap <[email protected]>
- Re: [patch] drivers: wait for threaded probes between initcall levels
- References:
- Re: [RFC: 2.6.19 patch] let PCI_MULTITHREAD_PROBE depend on BROKEN
- From: Stephen Hemminger <[email protected]>
- Re: [RFC: 2.6.19 patch] let PCI_MULTITHREAD_PROBE depend on BROKEN
- From: Greg KH <[email protected]>
- Re: [RFC: 2.6.19 patch] let PCI_MULTITHREAD_PROBE depend on BROKEN
- From: Pavel Machek <[email protected]>
- Re: [RFC: 2.6.19 patch] let PCI_MULTITHREAD_PROBE depend on BROKEN
- From: Andrew Morton <[email protected]>
- vmlinux.lds: consolidate initcall sections
- From: Andrew Morton <[email protected]>
- [patch] drivers: wait for threaded probes between initcall levels
- From: Andrew Morton <[email protected]>
- Re: [patch] drivers: wait for threaded probes between initcall levels
- From: Alan Cox <[email protected]>
- Re: [patch] drivers: wait for threaded probes between initcall levels
- From: Andrew Morton <[email protected]>
- Re: [patch] drivers: wait for threaded probes between initcall levels
- From: Grant Grundler <[email protected]>
- Re: [patch] drivers: wait for threaded probes between initcall levels
- From: Andrew Morton <[email protected]>
- Re: [patch] drivers: wait for threaded probes between initcall levels
- From: Grant Grundler <[email protected]>
- Re: [patch] drivers: wait for threaded probes between initcall levels
- From: Stefan Richter <[email protected]>
- Re: [RFC: 2.6.19 patch] let PCI_MULTITHREAD_PROBE depend on BROKEN
- Prev by Date: Re: Hardware Problem - Asus A8N-VM CSM
- Next by Date: Re: [patch] drivers: wait for threaded probes between initcall levels
- Previous by thread: Re: [patch] drivers: wait for threaded probes between initcall levels
- Next by thread: Re: [patch] drivers: wait for threaded probes between initcall levels
- Index(es):