summaryrefslogtreecommitdiffstats
path: root/arch/mips64
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2001-03-02 02:58:34 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2001-03-02 02:58:34 +0000
commitaf5b47439685fb1522e9bc75a2ac941cd3482008 (patch)
tree52094a6c5da1d2535506f5f33ba617b816ca9766 /arch/mips64
parentd1c4bfb274b19170d240e01a0912661c518f9109 (diff)
Increase the total number of PCI busses supported.
Diffstat (limited to 'arch/mips64')
-rw-r--r--arch/mips64/sgi-ip27/ip27-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-pci.c b/arch/mips64/sgi-ip27/ip27-pci.c
index 599d3d6f7..3f1be3c23 100644
--- a/arch/mips64/sgi-ip27/ip27-pci.c
+++ b/arch/mips64/sgi-ip27/ip27-pci.c
@@ -18,7 +18,7 @@
/*
* Max #PCI busses we can handle; ie, max #PCI bridges.
*/
-#define MAX_PCI_BUSSES 20
+#define MAX_PCI_BUSSES 40
/*
* Max #PCI devices (like scsi controllers) we handle on a bus.