X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=openwrt%2Ftarget%2Flinux%2Fx86-2.4%2Fpatches%2F003-mgeode-pci.patch;fp=openwrt%2Ftarget%2Flinux%2Fx86-2.4%2Fpatches%2F003-mgeode-pci.patch;h=0000000000000000000000000000000000000000;hb=d58a09110ccfa95f06c983fe796806f2e035c9d2;hp=eb6594ec8428257a1a22b5f73767972bb2c30b2d;hpb=af034797eeb62b62ac05442d5a688b28ccd0f16b;p=openwrt%2Fstaging%2Fdedeckeh.git 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 eb6594ec84..0000000000 --- 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);