Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343729
b: refs/heads/master
c: a3667aa
h: refs/heads/master
i:
  343727: 342cbc5
v: v3
  • Loading branch information
Naresh Kumar Inna authored and James Bottomley committed Nov 27, 2012
1 parent 612f50f commit d5b9bad
Show file tree
Hide file tree
Showing 23 changed files with 19,176 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: ce91a9234c16b6d480847f49ea504f66b3f6e350
refs/heads/master: a3667aaed5698b84bad2f1b3f71adc86499f4bc6
1 change: 1 addition & 0 deletions trunk/drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1812,6 +1812,7 @@ config SCSI_VIRTIO
This is the virtual HBA driver for virtio. If the kernel will
be used in a virtual machine, say Y or M.

source "drivers/scsi/csiostor/Kconfig"

endif # SCSI_LOWLEVEL

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ obj-$(CONFIG_SCSI_QLA_FC) += qla2xxx/
obj-$(CONFIG_SCSI_QLA_ISCSI) += libiscsi.o qla4xxx/
obj-$(CONFIG_SCSI_LPFC) += lpfc/
obj-$(CONFIG_SCSI_BFA_FC) += bfa/
obj-$(CONFIG_SCSI_CHELSIO_FCOE) += csiostor/
obj-$(CONFIG_SCSI_PAS16) += pas16.o
obj-$(CONFIG_SCSI_T128) += t128.o
obj-$(CONFIG_SCSI_DMX3191D) += dmx3191d.o
Expand Down
19 changes: 19 additions & 0 deletions trunk/drivers/scsi/csiostor/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
config SCSI_CHELSIO_FCOE
tristate "Chelsio Communications FCoE support"
depends on PCI && SCSI
select SCSI_FC_ATTRS
select FW_LOADER
help
This driver supports FCoE Offload functionality over
Chelsio T4-based 10Gb Converged Network Adapters.

For general information about Chelsio and our products, visit
our website at <http://www.chelsio.com>.

For customer support, please visit our customer support page at
<http://www.chelsio.com/support.html>.

Please send feedback to <linux-bugs@chelsio.com>.

To compile this driver as a module choose M here; the module
will be called csiostor.
11 changes: 11 additions & 0 deletions trunk/drivers/scsi/csiostor/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
## Chelsio FCoE driver
#
##

ccflags-y += -I$(srctree)/drivers/net/ethernet/chelsio/cxgb4

obj-$(CONFIG_SCSI_CHELSIO_FCOE) += csiostor.o

csiostor-objs := csio_attr.o csio_init.o csio_lnode.o csio_scsi.o \
csio_hw.o csio_isr.o csio_mb.o csio_rnode.o csio_wr.o
Loading

0 comments on commit d5b9bad

Please sign in to comment.