linux/drivers/net/atl1
Jay Cliburn fd8c5a7da3 atl1: read MAC address from register
On some Asus motherboards containing the L1 NIC, the MAC address is
written by the BIOS directly to the MAC register during POST, and is
not stored in eeprom.  If we don't succeed in fetching the MAC address
from eeprom or spi, try reading it directly from the MAC register.
Suggested by Xiong Huang.

And do some cleanup while we've got the hood up...

Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: Chris Snook <csnook@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-02-17 15:16:08 -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: read MAC address from register 2007-02-17 15:16:08 -05:00
atl1_hw.h Add Attansic L1 ethernet driver. 2007-02-08 10:42:37 -05:00
atl1_main.c Add Attansic L1 ethernet driver. 2007-02-08 10:42:37 -05:00
atl1_param.c Add Attansic L1 ethernet driver. 2007-02-08 10:42:37 -05:00
Makefile Add Attansic L1 ethernet driver. 2007-02-08 10:42:37 -05:00