You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
|
18 years ago |
.. |
Makefile
|
Add NetXen 1G/10G ethernet driver.
|
18 years ago |
netxen_nic.h
|
[PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction
|
18 years ago |
netxen_nic_ethtool.c
|
[PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction
|
18 years ago |
netxen_nic_hdr.h
|
[PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction
|
18 years ago |
netxen_nic_hw.c
|
[PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction
|
18 years ago |
netxen_nic_hw.h
|
[PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction
|
18 years ago |
netxen_nic_init.c
|
[PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction
|
18 years ago |
netxen_nic_ioctl.h
|
[PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction
|
18 years ago |
netxen_nic_isr.c
|
[PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction
|
18 years ago |
netxen_nic_main.c
|
[PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction
|
18 years ago |
netxen_nic_niu.c
|
[PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction
|
18 years ago |
netxen_nic_phan_reg.h
|
[PATCH] NetXen: temp monitoring, newer firmware support, mm footprint reduction
|
18 years ago |