[ar71xx] create firmware image for the Ubiquiti LS-SR71 board
[openwrt/svn-archive/archive.git] / target / linux / rb532 / patches-2.6.23 / 200-bridge_resource_hack.patch
1 Index: linux-2.6.23.17/arch/mips/pci/pci.c
2 ===================================================================
3 --- linux-2.6.23.17.orig/arch/mips/pci/pci.c
4 +++ linux-2.6.23.17/arch/mips/pci/pci.c
5 @@ -64,8 +64,10 @@ pcibios_align_resource(void *data, struc
6 /*
7 * Put everything into 0x00-0xff region modulo 0x400
8 */
9 +#ifndef CONFIG_MIKROTIK_RB500
10 if (start & 0x300)
11 start = (start + 0x3ff) & ~0x3ff;
12 +#endif
13 } else if (res->flags & IORESOURCE_MEM) {
14 /* Make sure we start at our min on all hoses */
15 if (start < PCIBIOS_MIN_MEM + hose->mem_resource->start)