-
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: 135223 b: refs/heads/master c: 2d6a5e9 h: refs/heads/master i: 135221: 5e511a9 135219: cfda5c6 135215: a5e3d0b v: v3
- Loading branch information
David S. Miller
committed
Mar 17, 2009
1 parent
5353e59
commit 5923e32
Showing
41 changed files
with
5,786 additions
and
232 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: bd257ed9f1d129b4e881f513a406b435c8852565 | ||
refs/heads/master: 2d6a5e9500103680464a723a4564961675652680 |
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,7 @@ | ||
config BE2NET | ||
tristate "ServerEngines' 10Gbps NIC - BladeEngine 2" | ||
depends on PCI && INET | ||
select INET_LRO | ||
help | ||
This driver implements the NIC functionality for ServerEngines' | ||
10Gbps network adapter - BladeEngine 2. |
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,7 @@ | ||
# | ||
# Makefile to build the network driver for ServerEngine's BladeEngine. | ||
# | ||
|
||
obj-$(CONFIG_BE2NET) += be2net.o | ||
|
||
be2net-y := be_main.o be_cmds.o be_ethtool.o |
Oops, something went wrong.