]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/r8169_add_missing_pciids.patch
Merge branch 'master' of ssh://arne_f@ipfire.org/pub/git/ipfire-2.x
[people/pmueller/ipfire-2.x.git] / src / patches / r8169_add_missing_pciids.patch
1 diff -Naur r8169-6.011.00.org/src/r8169_n.c r8169-6.011.00/src/r8169_n.c
2 --- r8169-6.011.00.org/src/r8169_n.c 2009-07-14 08:39:25.000000000 +0200
3 +++ r8169-6.011.00/src/r8169_n.c 2009-10-21 23:24:26.000000000 +0200
4 @@ -114,6 +114,11 @@
5 static struct pci_device_id rtl8169_pci_tbl[] = {
6 { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8167), 0, 0, RTL_CFG_0 },
7 { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8169), 0, 0, RTL_CFG_0 },
8 + { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8129), 0, 0, RTL_CFG_0 },
9 + { 0x1186,0x4300, 0, 0, RTL_CFG_0 },
10 + { 0x1737,0x1032, 0, 0, RTL_CFG_0 },
11 + { 0x1259,0xC107, 0, 0, RTL_CFG_0 },
12 + { 0x16EC,0x8129, 0, 0, RTL_CFG_0 },
13 {0,},
14 };
15