I hit a small problem (first observed in 2.6.13-rc3-mm1) that resulted in
my kernels no longer building because of undefined references to
request_firmware and release_firmware.
After a little research, I found that the QLA stuff requires CONFIG_FW_LOADER.
I was using the sn2_defconfig as a starting point for my config file.
This config file compiles some of the QLA2xxx drivers statically.
By default, CONFIG_FW_LOADER is set to "m" and not "y".
So this small change should ensure CONFIG_FW_LOADER is set properly.
Perhaps there are better ways to do this?
Signed-off-by: Erik Jacobson <[email protected]>
---
Kconfig | 1 +
1 files changed, 1 insertion(+)
diff -Naru 2.6-akpm-rc-mm-orig/drivers/scsi/qla2xxx/Kconfig 2.6-akpm-rc-mm/drivers/scsi/qla2xxx/Kconfig
--- 2.6-akpm-rc-mm-orig/drivers/scsi/qla2xxx/Kconfig 2005-07-15 10:58:54.316985000 -0500
+++ 2.6-akpm-rc-mm/drivers/scsi/qla2xxx/Kconfig 2005-07-18 14:03:37.888758336 -0500
@@ -3,6 +3,7 @@
default (SCSI && PCI)
depends on SCSI && PCI
select SCSI_FC_ATTRS
+ select FW_LOADER
config SCSI_QLA21XX
tristate "QLogic ISP2100 host adapter family support"
--
Erik Jacobson - Linux System Software - Silicon Graphics - Eagan, Minnesota
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|