Messages in this thread |  | | Date | Sun, 01 Apr 2001 17:03:55 -0400 | | From | Douglas Gilbert <> | | Subject | Re: scsi bus numbering |
| |
Peter Daum wrote: > > On Sun, 1 Apr 2001, Douglas Gilbert wrote: > > [...] > > > >>>>>>>>> scsihosts <<<<<<<<<<<<< > > > > As a boot time option try: > > scsihosts=aic7xxx:ncr53c8xxx > > or if you are using lilo, in /etc/lilo.conf add: > > append="scsihosts=aic7xxx:ncr53c8xxx" > > that does indeed change the bus numbering. Unfortunately, even > with this option, the first disk on the ncr controller becomes > "/dev/sda" ...
Peter, This indicates that the method being used by the new aic7xxx driver for initialization is broken with respect to other scsi adapters.
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 ...
Doug Gilbert - 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/
|  |