linux/drivers/staging/sxg
J.R. Mauro d63d692a44 Staging: Fix gcc warnings in sxg
Fix for compiler warning about format specifier in prints in
drivers/staging/sxg/sxg.c
Prints were using %x to print unsigned long data.


Signed-off-by: J.R. Mauro <jrm8005@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-10-10 15:31:11 -07:00
..
Kconfig Staging: add sxg network driver 2008-10-10 15:31:07 -07:00
Makefile Staging: add sxg network driver 2008-10-10 15:31:07 -07:00
README Staging: add sxg network driver 2008-10-10 15:31:07 -07:00
saharadbgdownload.h Staging: add sxg network driver 2008-10-10 15:31:07 -07:00
sxg.c Staging: Fix gcc warnings in sxg 2008-10-10 15:31:11 -07:00
sxg.h Staging: add sxg network driver 2008-10-10 15:31:07 -07:00
sxg_os.h Staging: add sxg network driver 2008-10-10 15:31:07 -07:00
sxgdbg.h Staging: add sxg network driver 2008-10-10 15:31:07 -07:00
sxghif.h Staging: add sxg network driver 2008-10-10 15:31:07 -07:00
sxghw.h Staging: add sxg network driver 2008-10-10 15:31:07 -07:00
sxgphycode.h Staging: add sxg network driver 2008-10-10 15:31:07 -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

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