aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaran.mccreesh@blueyonder.co.uk>2007-11-01 22:48:15 +0100
committerJeff Garzik <jeff@garzik.org>2007-11-10 04:25:09 -0500
commit11d2e28241e89227d88da53187224c84316acc86 (patch)
tree93b72504869780968f77987cbdf03d1380d7eca6 /drivers
parentadd support for smc91x ethernet interface on zylonite (diff)
downloadlinux-dev-11d2e28241e89227d88da53187224c84316acc86.tar.xz
linux-dev-11d2e28241e89227d88da53187224c84316acc86.zip
r8169: add PCI ID for the 8168 in the Abit Fatal1ty F-190HD motherboard
Signed-off-by: Ciaran McCreesh <ciaran.mccreesh@blueyonder.co.uk> Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Cc: Edward Hsu <edward_hsu@realtek.com.tw>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/r8169.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c
index b94fa7ef1955..702334e6b28a 100644
--- a/drivers/net/r8169.c
+++ b/drivers/net/r8169.c
@@ -171,6 +171,8 @@ static struct pci_device_id rtl8169_pci_tbl[] = {
{ PCI_DEVICE(0x16ec, 0x0116), 0, 0, RTL_CFG_0 },
{ PCI_VENDOR_ID_LINKSYS, 0x1032,
PCI_ANY_ID, 0x0024, 0, 0, RTL_CFG_0 },
+ { 0x0001, 0x8168,
+ PCI_ANY_ID, 0x2410, 0, 0, RTL_CFG_2 },
{0,},
};