From ae9fa7fdf65fb3dbf0e69164be667883df6b8fdc Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sat, 10 Jul 2010 17:04:17 +0000 Subject: [PATCH] rtl8169 driver: let it recognize an extra card that works too --- drivers/rtl8169/rtl8169.c | 1 + etc/system.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/rtl8169/rtl8169.c b/drivers/rtl8169/rtl8169.c index 82b86a5c2..7141d9a48 100644 --- a/drivers/rtl8169/rtl8169.c +++ b/drivers/rtl8169/rtl8169.c @@ -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 */ diff --git a/etc/system.conf b/etc/system.conf index 3387cd78a..12df84cf9 100644 --- a/etc/system.conf +++ b/etc/system.conf @@ -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; -- 2.44.0