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:
@@ -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,
|
||||
+};
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user