-
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: 213311 b: refs/heads/master c: 7b36b6e h: refs/heads/master i: 213309: a15136d 213307: f132f2b 213303: 7bdef82 213295: b8d6348 213279: dc43871 213247: bf2821d v: v3
- Loading branch information
kxie@chelsio.com
authored and
James Bottomley
committed
Sep 5, 2010
1 parent
3fcaaf9
commit 4ba1cc7
Showing
9 changed files
with
1,653 additions
and
1 deletion.
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: 9ba682f01e2ffe47e6ea47fcc6cdfe39d7a71571 | ||
refs/heads/master: 7b36b6e03b0d6cee0948593a6a11841a457695b9 |
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
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
source "drivers/scsi/cxgbi/cxgb4i/Kconfig" |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
obj-$(CONFIG_SCSI_CXGB4_ISCSI) += libcxgbi.o cxgb4i/ |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
EXTRA_CFLAGS += -I$(srctree)/drivers/net/cxgb4 | ||
|
||
obj-$(CONFIG_SCSI_CXGB4_ISCSI) += cxgb4i.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
config SCSI_CXGB4_ISCSI | ||
tristate "Chelsio T4 iSCSI support" | ||
depends on CHELSIO_T4_DEPENDS | ||
select CHELSIO_T4 | ||
select SCSI_ISCSI_ATTRS | ||
---help--- | ||
This driver supports iSCSI offload for the Chelsio T4 devices. |
Oops, something went wrong.