Re: scsi bus numbering

Justin T. Gibbs (gibbs@scsiguy.com)
Mon, 02 Apr 2001 14:50:27 -0600


>The intent is that all built in HBA drivers are
>initialized _before_ the built in upper level
>drivers (e.g. sd). To get the effect you describe
>the driver init order seems to have been:
> register ncr53c8xxx
> register sd
> register aic7xxx # too late ...

It is bogus that this stuff depends on link order to function
correctly. The driver is built and linked into the kernel in its
current fashion to satisfy Linus' desire to make drivers as independant
from the SCSI Makefile and Config file as possible. I've modified
how the driver is built for the 6.1.9 driver release so it will be
linked in prior to the top level drivers.

--
Justin
-
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/