kernel-ark/drivers/staging/sxg
Mithlesh Thukral 544ed364f4 Staging: sxg: Fix interface bug not working after open is called second time.
Fix the problem of the interface not working after a sequence of up-down-up
events. The problem was observed only on systems where the card was using MSI-X
interrupts. On the second time open, the driver did not request MSI-X vector
but was trying to use normal interrupts.

Signed-off-by: LinSysSoft Sahara Team <saharaproj@linsyssoft.com>
Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-04-03 14:53:13 -07:00
..
Kconfig Staging: sxg: Fix the module in Kconfig file for Sahara SXG driver 2009-04-03 14:53:13 -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-1.71.c Staging: sxg: Add firmware files for Rev B card 2009-04-03 14:53:12 -07:00
saharadbgdownloadB-1.10.c Staging: sxg: Add firmware files for Rev B card 2009-04-03 14:53:12 -07:00
saharadownload-1.55.c Staging: sxg: Add firmware files for Rev B card 2009-04-03 14:53:12 -07:00
saharadownloadB-1.8.c Staging: sxg: Add firmware files for Rev B card 2009-04-03 14:53:12 -07:00
sxg_ethtool.c Staging: sxg: Add checksum control option through ethtool interface 2009-04-03 14:53:13 -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: Fix interface bug not working after open is called second time. 2009-04-03 14:53:13 -07:00
sxg.h Staging: sxg: Add Rev B support in the Sahara SXG driver 2009-04-03 14:53:12 -07:00
sxgdbg.h Staging: sxg: Add Ethtool functionality enhancement and misc cleanups 2009-04-03 14:53:10 -07:00
sxghif.h Staging: sxg: Add Rev B support in the Sahara SXG driver 2009-04-03 14:53:12 -07:00
sxghw.h Staging: sxg: Add Rev B support in the Sahara SXG driver 2009-04-03 14:53:12 -07:00
sxgphycode-1.2.h Staging: sxg: Add firmware files for Rev B card 2009-04-03 14:53:12 -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.