Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 9 changed files with 1,653 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ba682f01e2ffe47e6ea47fcc6cdfe39d7a71571
refs/heads/master: 7b36b6e03b0d6cee0948593a6a11841a457695b9
1 change: 1 addition & 0 deletions trunk/drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ config ISCSI_BOOT_SYSFS
say Y. Otherwise, say N.

source "drivers/scsi/cxgb3i/Kconfig"
source "drivers/scsi/cxgbi/Kconfig"
source "drivers/scsi/bnx2i/Kconfig"
source "drivers/scsi/be2iscsi/Kconfig"

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ obj-$(CONFIG_SCSI_STEX) += stex.o
obj-$(CONFIG_SCSI_MVSAS) += mvsas/
obj-$(CONFIG_PS3_ROM) += ps3rom.o
obj-$(CONFIG_SCSI_CXGB3_ISCSI) += libiscsi.o libiscsi_tcp.o cxgb3i/
obj-$(CONFIG_SCSI_CXGB4_ISCSI) += libiscsi.o libiscsi_tcp.o cxgbi/
obj-$(CONFIG_SCSI_BNX2_ISCSI) += libiscsi.o bnx2i/
obj-$(CONFIG_BE2ISCSI) += libiscsi.o be2iscsi/
obj-$(CONFIG_SCSI_PMCRAID) += pmcraid.o
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/scsi/cxgbi/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
source "drivers/scsi/cxgbi/cxgb4i/Kconfig"
1 change: 1 addition & 0 deletions trunk/drivers/scsi/cxgbi/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_SCSI_CXGB4_ISCSI) += libcxgbi.o cxgb4i/
3 changes: 3 additions & 0 deletions trunk/drivers/scsi/cxgbi/cxgb4i/Kbuild
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
7 changes: 7 additions & 0 deletions trunk/drivers/scsi/cxgbi/cxgb4i/Kconfig
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.
Loading

0 comments on commit 4ba1cc7

Please sign in to comment.