Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/sxg
Stephen Hemminger 0fc0b732ea netdev: drivers should make ethtool_ops const
No need to put ethtool_ops in data, they should be const.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-09-02 01:03:33 -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
sxg.c Staging: sxg: Add missing __devexit_p() 2009-06-19 11:00:35 -07:00
sxg.h netdev: drivers should make ethtool_ops const 2009-09-02 01:03:33 -07:00
sxg_ethtool.c netdev: drivers should make ethtool_ops const 2009-09-02 01:03:33 -07:00
sxg_os.h Staging: sxg: Indentation fixes - mostly 80 char lines 2009-04-03 14:53:10 -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: Read the correct MAC address from the card for Rev B cards 2009-04-03 14:53:13 -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.