]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/r8169_add_missing_pciids.patch
snort: Update urls for rules download (2.9.7.0) in 'ids.cgi'
[ipfire-2.x.git] / src / patches / r8169_add_missing_pciids.patch
CommitLineData
85f029d1
AF
1diff -Naur r8169-6.017.00.org/src/r8169_n.c r8169-6.017.00/src/r8169_n.c
2--- r8169-6.017.00.org/src/r8169_n.c 2012-05-03 14:23:12.000000000 +0200
3+++ r8169-6.017.00/src/r8169_n.c 2012-10-14 12:43:52.478555777 +0200
4@@ -115,7 +115,12 @@
17963c73
AF
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 },
85f029d1 8- { PCI_VENDOR_ID_DLINK, 0x4300, PCI_VENDOR_ID_DLINK, 0x4c00, 0, 0, RTL_CFG_0 },
17963c73
AF
9+ { PCI_DEVICE(PCI_VENDOR_ID_REALTEK, 0x8129), 0, 0, RTL_CFG_0 },
10+ { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4300), 0, 0, RTL_CFG_0 },
85f029d1 11+ { PCI_DEVICE(PCI_VENDOR_ID_DLINK, 0x4302), 0, 0, RTL_CFG_0 },
17963c73
AF
12+ { PCI_DEVICE(PCI_VENDOR_ID_AT, 0xC107), 0, 0, RTL_CFG_0 },
13+ { PCI_DEVICE(0x16EC, 0x0116), 0, 0, RTL_CFG_0 },
14+ { PCI_VENDOR_ID_LINKSYS, 0x1032, PCI_ANY_ID, 0x0024, 0, 0, RTL_CFG_0 },
15 {0,},
16 };
17