summaryrefslogtreecommitdiffstats
path: root/arch/mips64/sgi-ip27
diff options
context:
space:
mode:
authorKanoj Sarcar <kanoj@engr.sgi.com>2000-01-25 23:58:53 +0000
committerKanoj Sarcar <kanoj@engr.sgi.com>2000-01-25 23:58:53 +0000
commit07ebee0bea931f0d373e40205c932cae6b00a86d (patch)
tree5dc22372f6d2d8371d4e4a419576d29f98e2a5f3 /arch/mips64/sgi-ip27
parent395107ad4b0221bd5275d4f0ec18344b85d360f4 (diff)
Similar to a bunch of other architectures, extend the range of possible
ioport values to prevent gratuitous check_region failures from qlogic driver.
Diffstat (limited to 'arch/mips64/sgi-ip27')
-rw-r--r--arch/mips64/sgi-ip27/ip27-pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-pci.c b/arch/mips64/sgi-ip27/ip27-pci.c
index 13c2630c9..075cb9232 100644
--- a/arch/mips64/sgi-ip27/ip27-pci.c
+++ b/arch/mips64/sgi-ip27/ip27-pci.c
@@ -110,6 +110,7 @@ void __init pcibios_init(void)
struct pci_ops *ops = &bridge_pci_ops;
nasid_t nid = get_nasid();
+ ioport_resource.end = ~0UL;
/* Nothing to do for now. */
printk("%s called.\n", __FUNCTION__);