2009/5/13 Uwe Hermann uwe@hermann-uwe.de
On Wed, May 13, 2009 at 12:05:32PM +0200, Carl-Daniel Hailfinger wrote:
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Thanks, r499.
Uwe.
http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
Index: nic3com.c =================================================================== --- nic3com.c (revision 501) +++ nic3com.c (working copy) @@ -51,6 +51,9 @@ int status; const char *device_name; } nics[] = { + /* 3c90x */ + {0x9050, OK, "3c905: Fast EtherLink XL PCI (3c905-TX)" }, + /* 3C90xB */ {0x9055, NT, "3C90xB: PCI 10/100 Mbps; shared 10BASE-T/100BASE-TX"}, {0x9001, NT, "3C90xB: PCI 10/100 Mbps; shared 10BASE-T/100BASE-T4" },