diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-15 22:36:16 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-10-15 22:36:16 +0000 |
commit | f45ef28a652f8d8cecc48ab7b9ced83caaf5592e (patch) | |
tree | e9352bb804343c557e9f0dab0f63c8369d7d3199 /target/linux/brcm-2.6/patches/001-bcm947xx.patch | |
parent | 0c264b8df6ae6bd832c2d38186b812a09d9a4c70 (diff) |
add io resource patch from #800, merge flash map stuff from linux 2.4 to support the wl-hdd without breaking the netgear wgt634u
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5134 3c298f89-4303-0410-b956-a3cf2f4a3e73
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, +}; + |