summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/irongate.c
diff options
context:
space:
mode:
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);