...
> The only way to solve my problem was to modify the makefiles and link the
> aic7xxx driver before the sym53c8xx, but this is a solution only for my
> specific case. With my patch the Adaptec is initialized first and I get
> a more consistent order of the scsi devices:
>
> /dev/scsi/host0/bus0/target0/lun0 /dev/sda
> /dev/scsi/host1/bus0/target0/lun0 /dev/sdb
> /dev/scsi/host1/bus0/target4/lun0 /dev/sdc
I had the same problem. The fix that I use is to compile the Symbios
driver as a module, and add:
alias scsi_hostadapter1 sym53c8xx
to my /etc/modules.conf. That way, when the kernel boots, it will only see the
Adaptec driver.
-- Michael Meissner, Red Hat, Inc. (GCC group) PMB 198, 174 Littleton Road #3, Westford, Massachusetts 01886, USA Work: meissner@redhat.com phone: +1 978-486-9304 Non-work: meissner@spectacle-pond.org fax: +1 978-692-4482 - 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/