-
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
Stephen Hemminger
authored and
Jeff Garzik
committed
Dec 2, 2006
1 parent
88422e9
commit cc0173d
Showing
24 changed files
with
6,042 additions
and
372 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: 415294ecbb32ddbd0a7a2b7bae0b60fedfa09cc4 | ||
refs/heads/master: f1d3d38af75789f1b82969b83b69cab540609789 |
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.