Skip to content

Commit

Permalink
[SCSI] qla4xxx: Added support for ISP83XX
Browse files Browse the repository at this point in the history
Signed-off-by: Poornima Vonti <poornima.vonti@qlogic.com>
Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
  • Loading branch information
Vikas Chaudhary authored and James Bottomley committed Sep 24, 2012
1 parent aec07ca commit 6e7b429
Show file tree
Hide file tree
Showing 16 changed files with 2,689 additions and 185 deletions.
4 changes: 2 additions & 2 deletions drivers/scsi/qla4xxx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ config SCSI_QLA_ISCSI
select SCSI_ISCSI_ATTRS
select ISCSI_BOOT_SYSFS
---help---
This driver supports the QLogic 40xx (ISP4XXX) and 8022 (ISP82XX)
iSCSI host adapter family.
This driver supports the QLogic 40xx (ISP4XXX), 8022 (ISP82XX)
and 8032 (ISP83XX) iSCSI host adapter family.
2 changes: 1 addition & 1 deletion drivers/scsi/qla4xxx/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
qla4xxx-y := ql4_os.o ql4_init.o ql4_mbx.o ql4_iocb.o ql4_isr.o \
ql4_nx.o ql4_nvram.o ql4_dbg.o ql4_attr.o ql4_bsg.o
ql4_nx.o ql4_nvram.o ql4_dbg.o ql4_attr.o ql4_bsg.o ql4_83xx.o

obj-$(CONFIG_SCSI_QLA_ISCSI) += qla4xxx.o

Loading

0 comments on commit 6e7b429

Please sign in to comment.