dect
/
linux-2.6
Archived
13
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/net/netxen
Amit S. Kale cb8011ad53 [PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction
NetXen: 1G/10G Ethernet Driver updates
	- Temparature monitoring and device control
	- Memory footprint reduction
	- Driver changes to support newer version of firmware

Signed-off-by: Amit S. Kale <amitkale@netxen.com>

 netxen_nic.h          |  165 ++++++++++++++++++++++++++++++++--
 netxen_nic_ethtool.c  |   89 ++++++++++++------
 netxen_nic_hdr.h      |   71 +++++++++++++-
 netxen_nic_hw.c       |  206 +++++++++++++++++++++++++++++--------------
 netxen_nic_hw.h       |    8 +
 netxen_nic_init.c     |  239 +++++++++++++++++++++++++++++++++++++++++---------
 netxen_nic_ioctl.h    |   12 +-
 netxen_nic_isr.c      |   54 +++++------
 netxen_nic_main.c     |  121 +++++++++++++++++--------
 netxen_nic_niu.c      |  172 +++++++++++++++++++++++++++--------
 netxen_nic_phan_reg.h |   24 ++++-
 11 files changed, 891 insertions(+), 270 deletions(-)
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-12-02 00:16:36 -05:00
..
Makefile Add NetXen 1G/10G ethernet driver. 2006-12-02 00:11:58 -05:00
netxen_nic.h [PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction 2006-12-02 00:16:36 -05:00
netxen_nic_ethtool.c [PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction 2006-12-02 00:16:36 -05:00
netxen_nic_hdr.h [PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction 2006-12-02 00:16:36 -05:00
netxen_nic_hw.c [PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction 2006-12-02 00:16:36 -05:00
netxen_nic_hw.h [PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction 2006-12-02 00:16:36 -05:00
netxen_nic_init.c [PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction 2006-12-02 00:16:36 -05:00
netxen_nic_ioctl.h [PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction 2006-12-02 00:16:36 -05:00
netxen_nic_isr.c [PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction 2006-12-02 00:16:36 -05:00
netxen_nic_main.c [PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction 2006-12-02 00:16:36 -05:00
netxen_nic_niu.c [PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction 2006-12-02 00:16:36 -05:00
netxen_nic_phan_reg.h [PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction 2006-12-02 00:16:36 -05:00