-
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.
- Loading branch information
Naresh Kumar Inna
authored and
James Bottomley
committed
Nov 27, 2012
1 parent
612f50f
commit d5b9bad
Showing
23 changed files
with
19,176 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: ce91a9234c16b6d480847f49ea504f66b3f6e350 | ||
refs/heads/master: a3667aaed5698b84bad2f1b3f71adc86499f4bc6 |
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.