diff options
Diffstat (limited to 'sys/arch/alpha/pci/cia.c')
-rw-r--r-- | sys/arch/alpha/pci/cia.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/alpha/pci/cia.c b/sys/arch/alpha/pci/cia.c index 7d7aa3acfe9..10dadb1a97f 100644 --- a/sys/arch/alpha/pci/cia.c +++ b/sys/arch/alpha/pci/cia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cia.c,v 1.12 2001/02/06 19:28:59 art Exp $ */ +/* $OpenBSD: cia.c,v 1.13 2001/06/26 20:46:18 art Exp $ */ /* $NetBSD: cia.c,v 1.56 2000/06/29 08:58:45 mrg Exp $ */ /*- @@ -246,6 +246,10 @@ cia_init(ccp, mallocsafe) ccp->cc_mallocsafe = mallocsafe; cia_pci_init(&ccp->cc_pc, ccp); + alpha_pci_chipset = &ccp->cc_pc; + alpha_pci_chipset->pc_name = "cia"; + alpha_pci_chipset->pc_mem = CIA_EV56_BWMEM; + alpha_pci_chipset->pc_bwx = pci_use_bwx; ccp->cc_initted = 1; } |