SCSI-driver problem when compiled as module
Dario_Ballabio@milano.europe.dg.com
Thu, 6 Mar 1997 09:45:35 +0100
I know the answer: in hosts.h set SD_EXTRA_DEVS to a value larger than 2,
otherwise you cannot have mere than 2 extra scsi disks while loading
drivers as a module. The "off by one" problem is a bug in other
ports of the scsi subsystem which are not ready to manage an
overflow in SD_EXTRA_DEVS.
db