-
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.
[PATCH] chelsio: add support for other 10G boards
Add support for other versions of the 10G Chelsio boards. This is basically a port of the vendor driver with the TOE features removed. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
- Loading branch information
Stephen Hemminger
authored and
Jeff Garzik
committed
Dec 2, 2006
1 parent
415294e
commit f1d3d38
Showing
23 changed files
with
6,041 additions
and
371 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
# | ||
# Chelsio 10Gb NIC driver for Linux. | ||
# Chelsio T1 driver | ||
# | ||
|
||
obj-$(CONFIG_CHELSIO_T1) += cxgb.o | ||
|
||
EXTRA_CFLAGS += -Idrivers/net/chelsio $(DEBUG_FLAGS) | ||
cxgb-objs := cxgb2.o espi.o tp.o pm3393.o sge.o subr.o \ | ||
mv88x201x.o my3126.o $(cxgb-y) | ||
|
||
|
||
cxgb-objs := cxgb2.o espi.o pm3393.o sge.o subr.o mv88x201x.o | ||
|
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
Oops, something went wrong.