The scsi_wait_scan module should be always available, even if scsi was build into the kernel (not as module). E.g. I'm having two scsi-controllers in one machine, one as module and one from which the machine is booting. Currently this does not work, because I'm getting failures for devices of the driver which is build as a module. And because scsi is not build as module, the scsi_wait_scan module is not available.
Reply-To: akpm@linux-foundation.org On Fri, 9 Feb 2007 17:14:12 -0800 bugme-daemon@bugzilla.kernel.org wrote: > http://bugzilla.kernel.org/show_bug.cgi?id=7980 > > Summary: scsi_wait_scan module should be always available > Kernel Version: 2.6.20 > Status: NEW > Severity: normal > Owner: scsi_drivers-other@kernel-bugs.osdl.org > Submitter: holler@ahsoftware.de > > > The scsi_wait_scan module should be always available, even if scsi was build > into the kernel (not as module). E.g. I'm having two scsi-controllers in one > machine, one as module and one from which the machine is booting. Currently > this does not work, because I'm getting failures for devices of the driver > which is build as a module. And because scsi is not build as module, the > scsi_wait_scan module is not available. >
Fixed in 2.6.22-rc