]> Zhao Yanbai Git Server - minix.git/commitdiff
PCI IDs for Accton SMC2-1211TX
authorPhilip Homburg <philip@cs.vu.nl>
Thu, 18 Jan 2007 11:40:13 +0000 (11:40 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Thu, 18 Jan 2007 11:40:13 +0000 (11:40 +0000)
drivers/rtl8139/rtl8139.c

index f6c32d2fed5b995e23aa4a9203ff96855e36ea5b..1769e4e4102b18419fbf297615da50c5ddfae33d 100755 (executable)
@@ -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 }