diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-10-15 22:36:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-10-15 22:36:16 +0000 |
commit | 140f6cc62c66913adb930023d349a1a87854774a (patch) | |
tree | e3cc8a5fbea593edb451a652f9d835e2682d445a /target/linux/brcm-2.6/patches/001-bcm947xx.patch | |
parent | c867eea4b4f91fcc4ad8b552e9a4709492cc962a (diff) | |
download | upstream-140f6cc62c66913adb930023d349a1a87854774a.tar.gz upstream-140f6cc62c66913adb930023d349a1a87854774a.tar.bz2 upstream-140f6cc62c66913adb930023d349a1a87854774a.zip |
add io resource patch from #800, merge flash map stuff from linux 2.4 to support the wl-hdd without breaking the netgear wgt634u
SVN-Revision: 5134
Diffstat (limited to 'target/linux/brcm-2.6/patches/001-bcm947xx.patch')
-rw-r--r-- | target/linux/brcm-2.6/patches/001-bcm947xx.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm-2.6/patches/001-bcm947xx.patch b/target/linux/brcm-2.6/patches/001-bcm947xx.patch index 380e8190ed..786b9af788 100644 --- a/target/linux/brcm-2.6/patches/001-bcm947xx.patch +++ b/target/linux/brcm-2.6/patches/001-bcm947xx.patch @@ -11329,7 +11329,7 @@ diff -urN linux.old/arch/mips/bcm947xx/pci.c linux.dev/arch/mips/bcm947xx/pci.c +static struct resource ext_pci_io_resource = { + .name = "Ext PCI I/O resources", + .start = 0x100, -+ .end = 0x1FF, ++ .end = 0x7FF, + .flags = IORESOURCE_IO, +}; + |