Re: SCSI modules and kmod

2000-12-07 Thread Torben Mathiasen
On Thu, Dec 07 2000, [EMAIL PROTECTED] wrote: [deleted] > int regdevresult; > > case MODULE_SCSI_DEV: > #ifdef CONFIG_KMOD > if (scsi_hosts == NULL) > { > request_module("scsi_hostadapter"); > return scsi_register_device_module((struct >

SCSI modules and kmod

2000-12-07 Thread strieder
Hello, the problem is, that SCSI hostadapter modules seem not to be loaded automatically, whenever there is another hostadaptor active already, or if IDE SCSI emulation is enabled. Loading automatically is usually done via having kmod load the virtual module "scsi_hostadapter", which is usually

Re: SCSI modules and kmod

2000-12-07 Thread Torben Mathiasen
On Thu, Dec 07 2000, [EMAIL PROTECTED] wrote: [deleted] int regdevresult; case MODULE_SCSI_DEV: #ifdef CONFIG_KMOD if (scsi_hosts == NULL) { request_module("scsi_hostadapter"); return scsi_register_device_module((struct