]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/r8169-dlink_linksys.patch
Load libata prior udev at installer because some SATA doesnt autoload it
[people/pmueller/ipfire-2.x.git] / src / patches / r8169-dlink_linksys.patch
CommitLineData
cb645374
AF
1diff -Naur r8169-6.004.00.org/src/r8169_n.c r8169-6.004.00/src/r8169_n.c
2--- r8169-6.004.00.org/src/r8169_n.c 2007-11-08 18:01:13.000000000 +0100
3+++ r8169-6.004.00/src/r8169_n.c 2008-01-19 12:06:42.000000000 +0100
4@@ -109,6 +109,9 @@
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_DLINK, 0x4300), 0, 0, RTL_CFG_0 },
9+ { PCI_DEVICE(0x16ec , 0x0116), 0, 0, RTL_CFG_0 },
10+ { PCI_VENDOR_ID_LINKSYS, 0x1032, PCI_ANY_ID, 0x0024, 0,0, RTL_CFG_0 },
11 {0,},
12 };
13