Whamcloud - gitweb
- add the b1 qla2xxx 2.5 driver that we're using. b3 panics.
authorzab <zab>
Wed, 2 Jul 2003 21:36:16 +0000 (21:36 +0000)
committerzab <zab>
Wed, 2 Jul 2003 21:36:16 +0000 (21:36 +0000)
lustre/kernel_patches/patches/qla2xxx-v8.00.00b1-2.5.73.patch [new file with mode: 0644]
lustre/kernel_patches/pc/qla2xxx-v8.00.00b1-2.5.73.pc [new file with mode: 0644]
lustre/kernel_patches/series/kgdb-2.5.73

diff --git a/lustre/kernel_patches/patches/qla2xxx-v8.00.00b1-2.5.73.patch b/lustre/kernel_patches/patches/qla2xxx-v8.00.00b1-2.5.73.patch
new file mode 100644 (file)
index 0000000..ca6cea2
--- /dev/null
@@ -0,0 +1,24 @@
+
+--- linux-2.5.73/drivers/scsi/Makefile~qla2xxx-v8.00.00b1-2.5.73       2003-06-22 11:33:08.000000000 -0700
++++ linux-2.5.73-n9560/drivers/scsi/Makefile   2003-07-01 16:29:54.000000000 -0700
+@@ -73,6 +73,7 @@ obj-$(CONFIG_SCSI_QLOGIC_FAS)        += qlogicf
+ obj-$(CONFIG_SCSI_QLOGIC_ISP) += qlogicisp.o 
+ obj-$(CONFIG_SCSI_QLOGIC_FC)  += qlogicfc.o 
+ obj-$(CONFIG_SCSI_QLOGIC_1280)        += qla1280.o 
++obj-$(CONFIG_SCSI_QLA2XXX)      += qla2xxx/
+ obj-$(CONFIG_SCSI_PAS16)      += pas16.o
+ obj-$(CONFIG_SCSI_SEAGATE)    += seagate.o
+ obj-$(CONFIG_SCSI_FD_8xx)     += seagate.o
+--- linux-2.5.73/drivers/scsi/Kconfig~qla2xxx-v8.00.00b1-2.5.73        2003-06-22 11:33:16.000000000 -0700
++++ linux-2.5.73-n9560/drivers/scsi/Kconfig    2003-07-01 16:29:54.000000000 -0700
+@@ -1283,6 +1283,8 @@ config SCSI_QLOGIC_1280
+         The module will be called qla1280. If you want to compile it as
+         a module, say M here and read <file:Documentation/modules.txt>.
++source "drivers/scsi/qla2xxx/Kconfig"
++
+ config SCSI_QLOGICPTI
+       tristate "PTI Qlogic, ISP Driver"
+       depends on SBUS && SCSI
+
+_
diff --git a/lustre/kernel_patches/pc/qla2xxx-v8.00.00b1-2.5.73.pc b/lustre/kernel_patches/pc/qla2xxx-v8.00.00b1-2.5.73.pc
new file mode 100644 (file)
index 0000000..ac5af09
--- /dev/null
@@ -0,0 +1,42 @@
+drivers/scsi/Makefile
+drivers/scsi/Kconfig
+scsi/qla2xxx/Kconfig
+scsi/qla2xxx/Makefile
+scsi/qla2xxx/README.qla2x00
+scsi/qla2xxx/exioct.h
+scsi/qla2xxx/exioctln.h
+scsi/qla2xxx/inioct.h
+scsi/qla2xxx/ql2100tp_fw.c
+scsi/qla2xxx/ql2200ip_fw.c
+scsi/qla2xxx/ql2300tpx_fw.c
+scsi/qla2xxx/qla_cfg.c
+scsi/qla2xxx/qla_cfg.h
+scsi/qla2xxx/qla_cfgln.c
+scsi/qla2xxx/qla_dbg.c
+scsi/qla2xxx/qla_dbg.h
+scsi/qla2xxx/qla_def.h
+scsi/qla2xxx/qla_fo.c
+scsi/qla2xxx/qla_fo.cfg
+scsi/qla2xxx/qla_fo.h
+scsi/qla2xxx/qla_gbl.h
+scsi/qla2xxx/qla_inioct.c
+scsi/qla2xxx/qla_init.c
+scsi/qla2xxx/qla_inline.h
+scsi/qla2xxx/qla_iocb.c
+scsi/qla2xxx/qla_ip.c
+scsi/qla2xxx/qla_ip.h
+scsi/qla2xxx/qla_isr.c
+scsi/qla2xxx/qla_listops.h
+scsi/qla2xxx/qla_mbx.c
+scsi/qla2xxx/qla_os.c
+scsi/qla2xxx/qla_os.h
+scsi/qla2xxx/qla_settings.h
+scsi/qla2xxx/qla_sup.c
+scsi/qla2xxx/qla_vendor.c
+scsi/qla2xxx/qla_version.h
+scsi/qla2xxx/qla_xioct.c
+scsi/qla2xxx/qlfo.h
+scsi/qla2xxx/qlfolimits.h
+scsi/qla2xxx/qlfoln.h
+scsi/qla2xxx/release.txt
+scsi/qla2xxx/revision.notes
index 1e86afb..71b7f94 100644 (file)
@@ -14,3 +14,4 @@ vfs_mntcwd_2.5.72_rev1.patch
 ext3-san-jdike-2.5.73.patch
 iopen-2.5.73.patch
 export-truncate-2.5.63.patch
+qla2xxx-v8.00.00b1-2.5.73.patch