summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/linux-2.4/patches/soekris/003-mgeode-pci.patch
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-23 18:47:07 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-23 18:47:07 +0000
commitca94f6cf5e02e5de92ac74f6947b16f1d6c64373 (patch)
tree6a3516c2919cd821a3dad2427f0b924f66fdd3ce /openwrt/target/linux/linux-2.4/patches/soekris/003-mgeode-pci.patch
parent51667bc17b5c9cfe7bdc78b0c8b526ad293a82c3 (diff)
rename soekris port to x86
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2285 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/linux-2.4/patches/soekris/003-mgeode-pci.patch')
-rw-r--r--openwrt/target/linux/linux-2.4/patches/soekris/003-mgeode-pci.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/openwrt/target/linux/linux-2.4/patches/soekris/003-mgeode-pci.patch b/openwrt/target/linux/linux-2.4/patches/soekris/003-mgeode-pci.patch
deleted file mode 100644
index eb6594ec8..000000000
--- a/openwrt/target/linux/linux-2.4/patches/soekris/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);