Hello,
I'm running 7.2 + kernel-2.4.9-7
If you build the ips driver into the kernel, the serveraid card won't be
detected upon bootup.
The only difference between the ibm-4.80 driver and red hat's latest 7.2
errata kernel is the following #ifdef for modules:
--- linux/drivers/scsi/ibm-4.80-ips.c Wed Oct 31
15:44:20 2001+++ rh-ips.c Thu Oct 18 12:46:03 2001
@@ -7566,7 +7566,9 @@
return (0);
}
-#if defined (MODULE) || (LINUX_VERSION_CODE >= LinuxVersionCode(2,4,0))
+MODULE_LICENSE("GPL");
+
+#if defined (MODULE)
static Scsi_Host_Template driver_template = IPS;
#include "scsi_module.c"
#endif
Removing the #if define does indeed allow the driver to detect the
serveraid card upon bootup.
Is this a bug or is there a reason why the ips.c driver shouldn't be built
into the kernel?
Thanks,
zing
--
[EMAIL PROTECTED]
_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list