* [PATCH] [POWERPC] 4xx: PCIe: Increase max busses per port to 64
@ 2007-12-31 5:41 Stefan Roese
0 siblings, 0 replies; only message in thread
From: Stefan Roese @ 2007-12-31 5:41 UTC (permalink / raw)
To: linuxppc-dev
Because of how big mapping the config space is (1M per bus), we limit how
many busses we support for now. In the long run, we could replace that
with something akin to kmap_atomic instead.
This patch changes the limit from currently 16 to 64.
Signed-off-by: Stefan Roese <sr@denx.de>
---
arch/powerpc/sysdev/ppc4xx_pci.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/sysdev/ppc4xx_pci.c b/arch/powerpc/sysdev/ppc4xx_pci.c
index 3c2c14c..5abfcd1 100644
--- a/arch/powerpc/sysdev/ppc4xx_pci.c
+++ b/arch/powerpc/sysdev/ppc4xx_pci.c
@@ -533,7 +533,7 @@ static void __init ppc4xx_probe_pcix_bridge(struct device_node *np)
*
*/
-#define MAX_PCIE_BUS_MAPPED 0x10
+#define MAX_PCIE_BUS_MAPPED 0x40
struct ppc4xx_pciex_port
{
--
1.5.4.rc2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-31 5:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-31 5:41 [PATCH] [POWERPC] 4xx: PCIe: Increase max busses per port to 64 Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).