]> Zhao Yanbai Git Server - minix.git/commitdiff
rtl8169 driver: let it recognize an extra card that works too
authorBen Gras <ben@minix3.org>
Sat, 10 Jul 2010 17:04:17 +0000 (17:04 +0000)
committerBen Gras <ben@minix3.org>
Sat, 10 Jul 2010 17:04:17 +0000 (17:04 +0000)
drivers/rtl8169/rtl8169.c
etc/system.conf

index 82b86a5c23619688b35612db77113760ecb74bda..7141d9a48d1bd87241f9d789bd4802b74644c828 100644 (file)
@@ -58,6 +58,7 @@ PRIVATE struct pcitab
        { 0x10ec, 0x8129, 0 },  /* Realtek RTL8129 */
        { 0x10ec, 0x8167, 0 },  /* Realtek RTL8169/8110 Family Gigabit NIC */
        { 0x10ec, 0x8169, 0 },  /* Realtek RTL8169 */
+       { 0x10ec, 0x8168, 0 },
 
        { 0x1186, 0x4300, 0 },  /* D-Link DGE-528T Gigabit adaptor */
 
index 3387cd78af6a288ce4641479c08f7c3ff2bb22c7..12df84cf9669ede98cd61ceead664646ed7182c6 100644 (file)
@@ -303,6 +303,7 @@ service rtl8169
        pci device      10ec/8129;
        pci device      10ec/8167;
        pci device      10ec/8169;
+       pci device      10ec/8168;
        pci device      1186/4300;
        pci device      1259/c107;
        pci device      1385/8169;