-
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.
This is the first 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 Cc: Christopher Harrer <charrer@alacritech.com> Cc: Michael Miles <mmiles@alacritech.com> Cc: Christopher Harrer <charrer@alacritech.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
- Loading branch information
Greg Kroah-Hartman
committed
Oct 10, 2008
1 parent
4d6f6af
commit 5db6b77
Showing
13 changed files
with
11,550 additions
and
0 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 |
---|---|---|
|
@@ -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.