-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 204218 b: refs/heads/master c: f4f5df2 h: refs/heads/master v: v3
- Loading branch information
Vikas Chaudhary
authored and
James Bottomley
committed
Jul 28, 2010
1 parent
235f1a0
commit 3073710
Showing
16 changed files
with
4,601 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: dbaf82ece08bf93ae5200f03efd87c4f1fc453f1 | ||
refs/heads/master: f4f5df23bf72208d0c2f1d8be629839924c2f4c2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
config SCSI_QLA_ISCSI | ||
tristate "QLogic ISP4XXX host adapter family support" | ||
depends on PCI && SCSI && NET | ||
tristate "QLogic ISP4XXX and ISP82XX host adapter family support" | ||
depends on PCI && SCSI | ||
select SCSI_ISCSI_ATTRS | ||
---help--- | ||
This driver supports the QLogic 40xx (ISP4XXX) iSCSI host | ||
adapter family. | ||
This driver supports the QLogic 40xx (ISP4XXX) and 8022 (ISP82XX) | ||
iSCSI host adapter family. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_nvram.o ql4_dbg.o | ||
ql4_nx.o ql4_nvram.o ql4_dbg.o | ||
|
||
obj-$(CONFIG_SCSI_QLA_ISCSI) += qla4xxx.o | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.