diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-26 21:13:45 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-26 21:13:45 +0000 |
commit | dcabe803e7f80d9a52a7b255ec5c02aeefe0a171 (patch) | |
tree | 19996f076a7b1aae2c6b01e255a966208f3a7c62 /sys/arch/alpha/pci/tsc.c | |
parent | 8d627eb0b91915a1c172fa4f52e77add6d1d2ae1 (diff) |
More chipset info needed by X.
Diffstat (limited to 'sys/arch/alpha/pci/tsc.c')
-rw-r--r-- | sys/arch/alpha/pci/tsc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/alpha/pci/tsc.c b/sys/arch/alpha/pci/tsc.c index ae4a444af13..2a151f3b2c2 100644 --- a/sys/arch/alpha/pci/tsc.c +++ b/sys/arch/alpha/pci/tsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tsc.c,v 1.3 2001/06/26 20:46:18 art Exp $ */ +/* $OpenBSD: tsc.c,v 1.4 2001/06/26 21:13:44 art Exp $ */ /* $NetBSD: tsc.c,v 1.3 2000/06/25 19:17:40 thorpej Exp $ */ /*- @@ -234,6 +234,7 @@ tsp_init(mallocsafe, n) alpha_pci_chipset = &pcp->pc_pc; alpha_pci_chipset->pc_name = "tsunami"; alpha_pci_chipset->pc_mem = TS_P0(0); + alpha_pci_chipset->pc_dense = TS_P0(0); alpha_pci_chipset->pc_bwx = 1; pcp->pc_initted = 1; return pcp; |