aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86-2.4/patches/003-mgeode-pci.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-10-07 18:18:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-10-07 18:18:01 +0000
commit9f60657da72ea4b8f5324a58f987360d17ec30eb (patch)
tree8891a73791b3497a7befaa788a60ae0675af6fd3 /target/linux/x86-2.4/patches/003-mgeode-pci.patch
parent15e26ff0cd81371d8e0c0178959d091008e6a35e (diff)
downloadmaster-187ad058-9f60657da72ea4b8f5324a58f987360d17ec30eb.tar.gz
master-187ad058-9f60657da72ea4b8f5324a58f987360d17ec30eb.tar.bz2
master-187ad058-9f60657da72ea4b8f5324a58f987360d17ec30eb.zip
remove x86-2.4
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86-2.4/patches/003-mgeode-pci.patch')
-rw-r--r--target/linux/x86-2.4/patches/003-mgeode-pci.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/x86-2.4/patches/003-mgeode-pci.patch b/target/linux/x86-2.4/patches/003-mgeode-pci.patch
deleted file mode 100644
index eb6594ec84..0000000000
--- a/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);