diff options
Diffstat (limited to 'sys/arch/alpha/pci/apecs.c')
-rw-r--r-- | sys/arch/alpha/pci/apecs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/pci/apecs.c b/sys/arch/alpha/pci/apecs.c index 1a6d1d561ef..254fc3fea4b 100644 --- a/sys/arch/alpha/pci/apecs.c +++ b/sys/arch/alpha/pci/apecs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apecs.c,v 1.12 2001/06/26 20:46:18 art Exp $ */ +/* $OpenBSD: apecs.c,v 1.13 2001/06/26 21:13:43 art Exp $ */ /* $NetBSD: apecs.c,v 1.16 1996/12/05 01:39:34 cgd Exp $ */ /*- @@ -167,6 +167,7 @@ apecs_init(acp, mallocsafe) alpha_pci_chipset = &acp->ac_pc; alpha_pci_chipset->pc_name = "apecs"; alpha_pci_chipset->pc_mem = APECS_PCI_SPARSE; + alpha_pci_chipset->pc_dense = APECS_PCI_DENSE; alpha_pci_chipset->pc_bwx = 0; acp->ac_initted = 1; |