1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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
This commit is contained in:
nbd
2006-10-15 22:36:16 +00:00
parent 0c264b8df6
commit f45ef28a65
2 changed files with 43 additions and 32 deletions

View File

@@ -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,
+};
+