From 7d6b1dcf1e3a7e7ad2e2988b145d9e9fba254f0a Mon Sep 17 00:00:00 2001 From: Philip Homburg Date: Thu, 18 Jan 2007 11:40:13 +0000 Subject: [PATCH] PCI IDs for Accton SMC2-1211TX --- drivers/rtl8139/rtl8139.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/rtl8139/rtl8139.c b/drivers/rtl8139/rtl8139.c index f6c32d2fe..1769e4e41 100755 --- a/drivers/rtl8139/rtl8139.c +++ b/drivers/rtl8139/rtl8139.c @@ -107,6 +107,7 @@ PRIVATE struct pcitab } pcitab[]= { { 0x10ec, 0x8139, 0 }, /* Realtek RTL8139 */ + { 0x1113, 0x1211, 0 }, /* Accton SMC2-1211TX */ { 0x1186, 0x1300, 0 }, /* D-Link RTL8139 */ { 0x0000, 0x0000, 0 }