]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Staging: add sxg network driver
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 21 Aug 2008 21:04:55 +0000 (14:04 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 10 Oct 2008 22:31:07 +0000 (15:31 -0700)
commit5db6b777f68603bf5a9eab891d83413ad894a074
tree82a8ea545fb713b9818c14ce27165d1feddc6dfb
parent4d6f6af8d6e76443f298ac030b0fc4fe84bdbd6a
Staging: add sxg network driver

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>
13 files changed:
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/sxg/Kconfig [new file with mode: 0644]
drivers/staging/sxg/Makefile [new file with mode: 0644]
drivers/staging/sxg/README [new file with mode: 0644]
drivers/staging/sxg/saharadbgdownload.h [new file with mode: 0644]
drivers/staging/sxg/sxg.c [new file with mode: 0644]
drivers/staging/sxg/sxg.h [new file with mode: 0644]
drivers/staging/sxg/sxg_os.h [new file with mode: 0644]
drivers/staging/sxg/sxgdbg.h [new file with mode: 0644]
drivers/staging/sxg/sxghif.h [new file with mode: 0644]
drivers/staging/sxg/sxghw.h [new file with mode: 0644]
drivers/staging/sxg/sxgphycode.h [new file with mode: 0644]