linux/drivers/staging/sxg
J.R. Mauro 62545d814f Staging: sxg: break the build in a cleaner way when !x86
Remove ugly 'Stop Comilation;' statement in sxghif, replace with an
error macro.

This should never be hit as we are only building for x86 boxes at the
moment.

Signed-off by: J.R. Mauro <jrm8005@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-01-06 13:52:05 -08:00
..
Kconfig staging: sxg depends on X86 2008-10-20 09:08:23 -07:00
Makefile
README linux-next: build failure 2008-10-22 09:56:28 -07:00
saharadbgdownload.h
sxg_os.h Staging: sxg: remove typedefs 2009-01-06 13:52:04 -08:00
sxg.c Staging: sxg: remove typedefs 2009-01-06 13:52:04 -08:00
sxg.h Staging: sxg: remove typedefs 2009-01-06 13:52:04 -08:00
sxgdbg.h Staging: sxg: remove typedefs 2009-01-06 13:52:04 -08:00
sxghif.h Staging: sxg: break the build in a cleaner way when !x86 2009-01-06 13:52:05 -08:00
sxghw.h Staging: sxg: remove typedefs 2009-01-06 13:52:04 -08:00
sxgphycode.h Staging: sxg: remove typedefs 2009-01-06 13:52:04 -08:00

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.