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/atl1
Chris Snook 8c754a04ff atl1: save mac address on remove
Some atl1 boards get their MAC address written directly to the register
by the BIOS during POST, rather than storing it in EEPROM that's
accessible to the driver.  If the MAC register on one of these boards
is changed and then the module is unloaded, the permanent MAC address
will be forgotten until the box is rebooted.  We should save the
permanent address during removal if we've been messing with it.

Signed-off-by: Chris Snook <csnook@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-03-29 08:26:05 -04:00
..
Makefile Add Attansic L1 ethernet driver. 2007-02-08 10:42:37 -05:00
atl1.h Add Attansic L1 ethernet driver. 2007-02-08 10:42:37 -05:00
atl1_ethtool.c Add Attansic L1 ethernet driver. 2007-02-08 10:42:37 -05:00
atl1_hw.c atl1: remove unnecessary crc inversion 2007-03-28 02:18:50 -04:00
atl1_hw.h Add Attansic L1 ethernet driver. 2007-02-08 10:42:37 -05:00
atl1_main.c atl1: save mac address on remove 2007-03-29 08:26:05 -04:00
atl1_param.c Add Attansic L1 ethernet driver. 2007-02-08 10:42:37 -05:00