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;