[coreboot] [FLASHROM] Add support for 3COM NICs and Atmel AT49BV512

Idwer Vollering vidwer at gmail.com
Wed May 13 15:02:57 CEST 2009


2009/5/13 Uwe Hermann <uwe at 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 at 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 at 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"
},
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20090513/98da6e91/attachment.html>


More information about the coreboot mailing list