This is actually a module query but as it's SCSI-realted, I thought I'd
ask in here - I'm successfully using an Adaptec 29160 controller in a
system running Slackware 7.0 using a kernel with built-in support for the
AIC7xxx family controiller chipset. However, I now want to add a second
SCSI controller (a Western Digital WD7000) so that I can connect external
SCSI 2 peripherals without slowing down the Adaptec controller's Ultra
160 external interface.
The problem is - how do I specify module parameters? I think I need to
specify the DMA, IRQ and I/O port address since:
'/sbin/insmod -o wd7000 /lib/modules/2.2.13/wd7000.o'
returns the error message "init-module: device or resource busy" (so does
modprobe, by the way). I've tried command like:
'/sbin/insmod -o wd7000 /lib/modules/2.2.13/wd7000.o 15,6,0x350'
but these don't seem to work.
Does anyone have any suggestions?
Andy
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]