Skip to content

Commit

Permalink
Staging: add sxg network driver
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 13 changed files with 11,550 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ source "drivers/staging/et131x/Kconfig"

source "drivers/staging/slicoss/Kconfig"

source "drivers/staging/sxg/Kconfig"

endif # STAGING
1 change: 1 addition & 0 deletions drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

obj-$(CONFIG_ET131X) += et131x/
obj-$(CONFIG_SLICOSS) += slicoss/
obj-$(CONFIG_SXG) += sxg/
10 changes: 10 additions & 0 deletions drivers/staging/sxg/Kconfig
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.
1 change: 1 addition & 0 deletions drivers/staging/sxg/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_SXG) += sxg.o
13 changes: 13 additions & 0 deletions drivers/staging/sxg/README
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.
4,854 changes: 4,854 additions & 0 deletions drivers/staging/sxg/saharadbgdownload.h

Large diffs are not rendered by default.

Loading

0 comments on commit 5db6b77

Please sign in to comment.