Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 14 changed files with 11,551 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d6f6af8d6e76443f298ac030b0fc4fe84bdbd6a
refs/heads/master: 5db6b777f68603bf5a9eab891d83413ad894a074
2 changes: 2 additions & 0 deletions trunk/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 trunk/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 trunk/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 trunk/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 trunk/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 trunk/drivers/staging/sxg/saharadbgdownload.h

Large diffs are not rendered by default.

Loading

0 comments on commit b5d9839

Please sign in to comment.