]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/atl2_pci_vendor_id.patch
Load libata prior udev at installer because some SATA doesnt autoload it
[people/pmueller/ipfire-2.x.git] / src / patches / atl2_pci_vendor_id.patch
CommitLineData
83f6acb2
AF
1diff -Naur atl2-2.0.4.org/atl2_main.c atl2-2.0.4/atl2_main.c
2--- atl2-2.0.4.org/atl2_main.c 2008-01-28 23:16:38.000000000 +0100
3+++ atl2-2.0.4/atl2_main.c 2008-06-23 20:46:04.000000000 +0200
4@@ -61,6 +61,10 @@
5 MODULE_VERSION(ATL2_DRV_VERSION);
6
7 /* FIXME: remove this after merging, goes in pci_ids.h */
8+#ifndef PCI_VENDOR_ID_ATTANSIC
9+#define PCI_VENDOR_ID_ATTANSIC 0x1969
10+#endif
11+
12 #ifndef PCI_DEVICE_ID_ATTANSIC_L2
13 #define PCI_DEVICE_ID_ATTANSIC_L2 0x2048
14 #endif