diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2001-03-02 02:58:34 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2001-03-02 02:58:34 +0000 |
commit | af5b47439685fb1522e9bc75a2ac941cd3482008 (patch) | |
tree | 52094a6c5da1d2535506f5f33ba617b816ca9766 | |
parent | d1c4bfb274b19170d240e01a0912661c518f9109 (diff) |
Increase the total number of PCI busses supported.
-rw-r--r-- | arch/mips64/sgi-ip27/ip27-pci.c | 2 |
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. |