diff options
Diffstat (limited to 'sys/arch/alpha/pci/tsc.c')
-rw-r--r-- | sys/arch/alpha/pci/tsc.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/alpha/pci/tsc.c b/sys/arch/alpha/pci/tsc.c index 73cdcafffb4..ae4a444af13 100644 --- a/sys/arch/alpha/pci/tsc.c +++ b/sys/arch/alpha/pci/tsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tsc.c,v 1.2 2001/04/14 22:19:11 mjacob Exp $ */ +/* $OpenBSD: tsc.c,v 1.3 2001/06/26 20:46:18 art Exp $ */ /* $NetBSD: tsc.c,v 1.3 2000/06/25 19:17:40 thorpej Exp $ */ /*- @@ -231,6 +231,10 @@ tsp_init(mallocsafe, n) } pcp->pc_mallocsafe = mallocsafe; tsp_pci_init(&pcp->pc_pc, pcp); + alpha_pci_chipset = &pcp->pc_pc; + alpha_pci_chipset->pc_name = "tsunami"; + alpha_pci_chipset->pc_mem = TS_P0(0); + alpha_pci_chipset->pc_bwx = 1; pcp->pc_initted = 1; return pcp; } |