-
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: 192463 b: refs/heads/master c: cfdda9d h: refs/heads/master i: 192461: 335de57 192459: 15215f5 192455: 0448056 192447: 62b0433 v: v3
- Loading branch information
Steve Wise
authored and
Roland Dreier
committed
Apr 21, 2010
1 parent
7f46846
commit ac76be3
Showing
22 changed files
with
9,525 additions
and
77 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 617c9a7e398878d036a3aa9a063ccba145854b45 | ||
refs/heads/master: cfdda9d764362ab77b11a410bb928400e6520d57 |
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
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
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,18 @@ | ||
config INFINIBAND_CXGB4 | ||
tristate "Chelsio T4 RDMA Driver" | ||
depends on CHELSIO_T4 && INET | ||
select GENERIC_ALLOCATOR | ||
---help--- | ||
This is an iWARP/RDMA driver for the Chelsio T4 1GbE and | ||
10GbE 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.htm>. | ||
|
||
Please send feedback to <linux-bugs@chelsio.com>. | ||
|
||
To compile this driver as a module, choose M here: the module | ||
will be called iw_cxgb4. |
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,5 @@ | ||
EXTRA_CFLAGS += -Idrivers/net/cxgb4 | ||
|
||
obj-$(CONFIG_INFINIBAND_CXGB4) += iw_cxgb4.o | ||
|
||
iw_cxgb4-y := device.o cm.o provider.o mem.o cq.o qp.o resource.o ev.o |
Oops, something went wrong.