-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SCSI] csiostor: Chelsio FCoE offload driver
Signed-off-by: Naresh Kumar Inna <naresh@chelsio.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
- Loading branch information
Naresh Kumar Inna
authored and
James Bottomley
committed
Nov 27, 2012
1 parent
ce91a92
commit a3667aa
Showing
22 changed files
with
19,175 additions
and
0 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
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,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. |
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,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 |
Oops, something went wrong.