diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-18 02:18:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-07-18 02:18:27 +0000 |
commit | c5594a3dac89aab0bb386c8649a5e5583a77979a (patch) | |
tree | 125a5b3bf766e029200e20360c5ce3a3216ae256 /sys/arch/alpha/pci/tsc.c | |
parent | 12f9874733675af6feb7ccb7cfee6a185fb6ef4a (diff) |
shrink
Diffstat (limited to 'sys/arch/alpha/pci/tsc.c')
-rw-r--r-- | sys/arch/alpha/pci/tsc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/tsc.c b/sys/arch/alpha/pci/tsc.c index 03fd784a16b..6bbe6c07b65 100644 --- a/sys/arch/alpha/pci/tsc.c +++ b/sys/arch/alpha/pci/tsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tsc.c,v 1.8 2003/09/02 17:25:21 miod Exp $ */ +/* $OpenBSD: tsc.c,v 1.9 2004/07/18 02:18:26 deraadt Exp $ */ /* $NetBSD: tsc.c,v 1.3 2000/06/25 19:17:40 thorpej Exp $ */ /*- @@ -121,7 +121,7 @@ void tscattach(parent, self, aux) csc = LDQP(TS_C_CSC); nbus = 1 + (CSC_BC(csc) >= 2); - printf(": 21272 Core Logic Chipset, Cchip rev %d\n" + printf(": 21272 Chipset, Cchip rev %d\n" "%s%d: %c Dchips, %d memory bus%s of %d bytes\n", (int)MISC_REV(LDQP(TS_C_MISC)), ma->ma_name, ma->ma_slot, "2448"[CSC_BC(csc)], |