[1516] in linux-scsi channel archive
SCSI-driver problem when compiled as module
daemon@ATHENA.MIT.EDU (Dario_Ballabio@milano.europe.dg.co)
Wed Mar 5 15:09:55 1997
Date: Wed, 5 Mar 1997 21:04:00 +0100
From: Dario_Ballabio@milano.europe.dg.com
To: linux-scsi@vger.rutgers.edu
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