-
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: 115555 b: refs/heads/master c: 5db6b77 h: refs/heads/master i: 115553: d590586 115551: 3642bf9 v: v3
- Loading branch information
Greg Kroah-Hartman
committed
Oct 10, 2008
1 parent
3d38916
commit b5d9839
Showing
14 changed files
with
11,551 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: 4d6f6af8d6e76443f298ac030b0fc4fe84bdbd6a | ||
refs/heads/master: 5db6b777f68603bf5a9eab891d83413ad894a074 |
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
|
||
obj-$(CONFIG_ET131X) += et131x/ | ||
obj-$(CONFIG_SLICOSS) += slicoss/ | ||
obj-$(CONFIG_SXG) += sxg/ |
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,10 @@ | ||
config SXG | ||
tristate "Alacritech SLIC Technology Non-Accelerated 10Gbe support" | ||
depends on PCI && NETDEV_10000 | ||
default n | ||
help | ||
This driver supports the Alacritech SLIC Technology Non-Accelerated | ||
10Gbe network cards. | ||
|
||
To compile this driver as a module, choose | ||
M here: the module will be called sxg. |
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 @@ | ||
obj-$(CONFIG_SXG) += sxg.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
This is the rough cut at a driver for the Alacritech SLIC Technology | ||
Non-Accelerated 10Gbe network driver. | ||
|
||
TODO: | ||
- lindent the code | ||
- remove typedefs | ||
- remove wrappers | ||
- checkpatch.pl cleanups | ||
- new functionality that the card needs | ||
|
||
Please send patches to: | ||
Greg Kroah-Hartman <gregkh@suse.de> | ||
for any cleanups that you do to this driver. |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.