diff options
Diffstat (limited to 'sys/arch/alpha/pci/apecs.c')
-rw-r--r-- | sys/arch/alpha/pci/apecs.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/alpha/pci/apecs.c b/sys/arch/alpha/pci/apecs.c index 1b384f8d19b..1a6d1d561ef 100644 --- a/sys/arch/alpha/pci/apecs.c +++ b/sys/arch/alpha/pci/apecs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apecs.c,v 1.11 2001/02/16 08:23:38 jason Exp $ */ +/* $OpenBSD: apecs.c,v 1.12 2001/06/26 20:46:18 art Exp $ */ /* $NetBSD: apecs.c,v 1.16 1996/12/05 01:39:34 cgd Exp $ */ /*- @@ -164,6 +164,10 @@ apecs_init(acp, mallocsafe) acp->ac_mallocsafe = mallocsafe; apecs_pci_init(&acp->ac_pc, acp); + alpha_pci_chipset = &acp->ac_pc; + alpha_pci_chipset->pc_name = "apecs"; + alpha_pci_chipset->pc_mem = APECS_PCI_SPARSE; + alpha_pci_chipset->pc_bwx = 0; acp->ac_initted = 1; } |