diff options
author | andrew.vasquez@qlogic.com <andrew.vasquez@qlogic.com> | 2006-01-13 20:05:53 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2006-01-14 11:55:37 -0500 |
commit | fdd52dfa3c311a2583850a2fbea99f329be861d7 (patch) | |
tree | d8f6dd604dd7e2bb48c47a49601a992b55070845 /drivers/scsi/qla2xxx | |
parent | c0eb87552654bc3e8da179c501e3e18c92ee4360 (diff) |
[SCSI] qla2xxx: Kconfig update: Add URL to download firmware images.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx')
-rw-r--r-- | drivers/scsi/qla2xxx/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/Kconfig b/drivers/scsi/qla2xxx/Kconfig index 02cc79474e8c..5758b2566d7f 100644 --- a/drivers/scsi/qla2xxx/Kconfig +++ b/drivers/scsi/qla2xxx/Kconfig | |||
@@ -22,6 +22,10 @@ config SCSI_QLA_FC | |||
22 | Upon request, the driver caches the firmware image until | 22 | Upon request, the driver caches the firmware image until |
23 | the driver is unloaded. | 23 | the driver is unloaded. |
24 | 24 | ||
25 | Firmware images can be retrieved from: | ||
26 | |||
27 | ftp://ftp.qlogic.com/outgoing/linux/firmware/ | ||
28 | |||
25 | NOTE: The original method of building firmware-loader | 29 | NOTE: The original method of building firmware-loader |
26 | modules has been deprecated as the firmware-images will | 30 | modules has been deprecated as the firmware-images will |
27 | be removed from the kernel sources. | 31 | be removed from the kernel sources. |