X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fatheros%2Fpatches-2.6.37%2F105-ar2315_pci.patch;fp=target%2Flinux%2Fatheros%2Fpatches-2.6.37%2F105-ar2315_pci.patch;h=93fa95397ab336899eb577872564fe4c6f517a4a;hp=3f5e6b4528b0b051dfba35cf3089d5b7d8df1e09;hb=1e6f76c221196ed836212e1247c580a31a289e19;hpb=255df91a280a6c9c6b1aa2dc0c0a5f19c8e13bdd diff --git a/target/linux/atheros/patches-2.6.37/105-ar2315_pci.patch b/target/linux/atheros/patches-2.6.37/105-ar2315_pci.patch index 3f5e6b4528..93fa95397a 100644 --- a/target/linux/atheros/patches-2.6.37/105-ar2315_pci.patch +++ b/target/linux/atheros/patches-2.6.37/105-ar2315_pci.patch @@ -186,7 +186,7 @@ + if (ar231x_devtype != DEV_TYPE_AR2315) + return -ENODEV; + -+ configspace = (unsigned long) ioremap_nocache(0x80000000, 1*1024*1024); /* Remap PCI config space */ ++ configspace = (unsigned long) ioremap_nocache(AR2315_PCIEXT, 1*1024*1024); /* Remap PCI config space */ + ar231x_pci_controller.io_map_base = + (unsigned long) ioremap_nocache(AR531X_MEM_BASE + AR531X_MEM_SIZE, AR531X_IO_SIZE); + set_io_port_base(ar231x_pci_controller.io_map_base); /* PCI I/O space */