summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/x86-2.4/patches/003-mgeode-pci.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-07 11:57:20 +0000
commit725611a466f2edf12f809d22339b22223af4afe7 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /openwrt/target/linux/x86-2.4/patches/003-mgeode-pci.patch
parentf4dd5a6d7c4ebea48cd6292744cb9def6037de80 (diff)
move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4944 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/x86-2.4/patches/003-mgeode-pci.patch')
-rw-r--r--openwrt/target/linux/x86-2.4/patches/003-mgeode-pci.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/openwrt/target/linux/x86-2.4/patches/003-mgeode-pci.patch b/openwrt/target/linux/x86-2.4/patches/003-mgeode-pci.patch
deleted file mode 100644
index eb6594ec8..000000000
--- a/openwrt/target/linux/x86-2.4/patches/003-mgeode-pci.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nur linux-2.4.29/drivers/pci/pci.c linux-2.4.29_geode/drivers/pci/pci.c
---- linux-2.4.29/drivers/pci/pci.c Wed Nov 17 12:54:21 2004
-+++ linux-2.4.29_geode/drivers/pci/pci.c Tue Feb 15 23:41:54 2005
-@@ -1486,6 +1486,10 @@
- for (func = 0; func < 8; func++, temp->devfn++) {
- if (pci_read_config_byte(temp, PCI_HEADER_TYPE, &hdr_type))
- continue;
-+#ifdef CONFIG_MGEODE
-+ if (hdr_type & 0x7f > PCI_HEADER_TYPE_CARDBUS)
-+ continue;
-+#endif
- temp->hdr_type = hdr_type & 0x7f;
-
- dev = pci_scan_device(temp);