summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/irongate.c
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-06-26 21:13:45 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-06-26 21:13:45 +0000
commitdcabe803e7f80d9a52a7b255ec5c02aeefe0a171 (patch)
tree19996f076a7b1aae2c6b01e255a966208f3a7c62 /sys/arch/alpha/pci/irongate.c
parent8d627eb0b91915a1c172fa4f52e77add6d1d2ae1 (diff)
More chipset info needed by X.
Diffstat (limited to 'sys/arch/alpha/pci/irongate.c')
-rw-r--r--sys/arch/alpha/pci/irongate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/pci/irongate.c b/sys/arch/alpha/pci/irongate.c
index 0438ff5107a..7d6d9dec87b 100644
--- a/sys/arch/alpha/pci/irongate.c
+++ b/sys/arch/alpha/pci/irongate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: irongate.c,v 1.3 2001/06/26 20:46:18 art Exp $ */
+/* $OpenBSD: irongate.c,v 1.4 2001/06/26 21:13:43 art Exp $ */
/* $NetBSD: irongate.c,v 1.3 2000/11/29 06:29:10 thorpej Exp $ */
/*-
@@ -98,6 +98,7 @@ irongate_init(struct irongate_config *icp, int mallocsafe)
alpha_pci_chipset = &icp->ic_pc;
alpha_pci_chipset->pc_name = "irongate";
alpha_pci_chipset->pc_mem = IRONGATE_MEM_BASE;
+ alpha_pci_chipset->pc_mem = IRONGATE_MEM_BASE;
alpha_pci_chipset->pc_bwx = 1;
tag = pci_make_tag(&icp->ic_pc, 0, IRONGATE_PCIHOST_DEV, 0);