Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e7b4292 authored by Vikas Chaudhary's avatar Vikas Chaudhary Committed by James Bottomley
Browse files

[SCSI] qla4xxx: Added support for ISP83XX

parent aec07cae
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -4,5 +4,5 @@ config SCSI_QLA_ISCSI
	select SCSI_ISCSI_ATTRS
	select SCSI_ISCSI_ATTRS
	select ISCSI_BOOT_SYSFS
	select ISCSI_BOOT_SYSFS
	---help---
	---help---
	This driver supports the QLogic 40xx (ISP4XXX) and 8022 (ISP82XX)
	This driver supports the QLogic 40xx (ISP4XXX), 8022 (ISP82XX)
	iSCSI host adapter family.
	and 8032 (ISP83XX) iSCSI host adapter family.
+1 −1
Original line number Original line Diff line number Diff line
qla4xxx-y := ql4_os.o ql4_init.o ql4_mbx.o ql4_iocb.o ql4_isr.o \
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
obj-$(CONFIG_SCSI_QLA_ISCSI) += qla4xxx.o
Loading