linux/drivers/staging/sxg
Mithlesh Thukral 6a2946baa9 Staging: sxg: Locking related changes. Fix locking levels
* Fix locking related issues like taking locks at right level.
* Convert some variables to atomic, to prevent taking them while
  incrementing or decrementing them.

Signed-off-by: LinSysSoft Sahara Team <saharaproj@linsyssoft.com>
Signed-off-by: Christopher Harrer <charrer@alacritech.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-04-03 14:53:10 -07:00
..
Kconfig staging: sxg depends on X86 2008-10-20 09:08:23 -07:00
Makefile Staging: sxg: Ethtool framework and Receive code path changes 2009-04-03 14:53:10 -07:00
README Staging: sxg: update README 2009-01-06 13:52:05 -08:00
saharadbgdownload.h Staging: add sxg network driver 2008-10-10 15:31:07 -07:00
sxg_ethtool.c Staging: sxg: SXG SGL related cleanup in data structures and code 2009-04-03 14:53:10 -07:00
sxg_os.h Staging: sxg: Indentation fixes - mostly 80 char lines 2009-04-03 14:53:10 -07:00
sxg.c Staging: sxg: Locking related changes. Fix locking levels 2009-04-03 14:53:10 -07:00
sxg.h Staging: sxg: Locking related changes. Fix locking levels 2009-04-03 14:53:10 -07:00
sxgdbg.h Staging: sxg: Locking related changes. Fix locking levels 2009-04-03 14:53:10 -07:00
sxghif.h Staging: sxg: SXG SGL related cleanup in data structures and code 2009-04-03 14:53:10 -07:00
sxghw.h Staging: sxg: Indentation fixes - mostly 80 char lines 2009-04-03 14:53:10 -07:00
sxgphycode.h Staging: sxg: Indentation fixes - mostly 80 char lines 2009-04-03 14:53:10 -07:00

This is the rough cut at a driver for the Alacritech SLIC Technology
Non-Accelerated 10Gbe network driver.

TODO:
	- 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.