1
0
Fork 0
alistair23-linux/drivers/staging/sxg
Greg Kroah-Hartman d78404cc24 Staging: sxg: fix compiler warnings.
sizeof() isn't an unsigned long :(

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-10-22 09:56:38 -07:00
..
Kconfig staging: sxg depends on X86 2008-10-20 09:08:23 -07:00
Makefile Staging: add sxg network driver 2008-10-10 15:31:07 -07:00
README linux-next: build failure 2008-10-22 09:56:28 -07:00
saharadbgdownload.h Staging: add sxg network driver 2008-10-10 15:31:07 -07:00
sxg.c Staging: sxg: fix compiler warnings. 2008-10-22 09:56:38 -07:00
sxg.h Staging: add sxg network driver 2008-10-10 15:31:07 -07:00
sxg_os.h Staging: Clean up sxg driver 2008-10-22 09:56:36 -07:00
sxgdbg.h Staging: sxg: replace __FUNCTION__ with __func__ 2008-10-22 09:56:32 -07:00
sxghif.h Staging: Clean up sxg driver 2008-10-22 09:56:36 -07:00
sxghw.h Staging: sxg: clean up C99 comments 2008-10-22 09:56:37 -07:00
sxgphycode.h Staging: Clean up sxg driver 2008-10-22 09:56:36 -07:00

README

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
	- remove reliance on x86

Please send patches to:
        Greg Kroah-Hartman <gregkh@suse.de>
for any cleanups that you do to this driver.