From: Philip Homburg Date: Thu, 18 Jan 2007 11:40:13 +0000 (+0000) Subject: PCI IDs for Accton SMC2-1211TX X-Git-Tag: v3.1.3~109 X-Git-Url: http://zhaoyanbai.com/repos/COPYRIGHT?a=commitdiff_plain;h=7d6b1dcf1e3a7e7ad2e2988b145d9e9fba254f0a;p=minix.git PCI IDs for Accton SMC2-1211TX --- 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 }