drivers/net/8139too.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/net/8139too.c~8139too-edimax drivers/net/8139too.c --- 25/drivers/net/8139too.c~8139too-edimax 2003-09-30 22:00:02.000000000 -0700 +++ 25-akpm/drivers/net/8139too.c 2003-09-30 22:00:29.000000000 -0700 @@ -248,6 +248,7 @@ static struct pci_device_id rtl8139_pci_ {0x14ea, 0xab06, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 }, {0x14ea, 0xab07, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 }, {0x11db, 0x1234, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 }, + {0x1432, 0x9130, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 }, #ifdef CONFIG_SH_SECUREEDGE5410 /* Bogus 8139 silicon reports 8129 without external PROM :-( */ _