summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/lca.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/pci/lca.c')
-rw-r--r--sys/arch/alpha/pci/lca.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/alpha/pci/lca.c b/sys/arch/alpha/pci/lca.c
index 12bd63be79f..eef15f545ec 100644
--- a/sys/arch/alpha/pci/lca.c
+++ b/sys/arch/alpha/pci/lca.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lca.c,v 1.12 2001/06/26 21:13:43 art Exp $ */
+/* $OpenBSD: lca.c,v 1.13 2001/11/04 23:12:46 art Exp $ */
/* $NetBSD: lca.c,v 1.14 1996/12/05 01:39:35 cgd Exp $ */
/*-
@@ -169,6 +169,8 @@ lca_init(lcp, mallocsafe)
alpha_pci_chipset = &lcp->lc_pc;
alpha_pci_chipset->pc_name = "lca";
alpha_pci_chipset->pc_mem = LCA_PCI_SPARSE;
+ alpha_pci_chipset->pc_ports = LCA_PCI_SIO;
+ alpha_pci_chipset->pc_hae_mask = IOC_HAE_ADDREXT;
alpha_pci_chipset->pc_dense = LCA_PCI_DENSE;
alpha_pci_chipset->pc_bwx = 0;