diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-08-31 21:33:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-08-31 21:33:27 +0000 |
commit | d1cf54deca9ba8edaf090887a98b081873e4b638 (patch) | |
tree | f18760036bc2248d0fdda13a0c4c9ec38b969477 | |
parent | 1174cf4e62860a6d1a29782e4101f57eb5cded85 (diff) |
Report VXT cpu as `VXT', not `KA48', to match what the PROM says.
-rw-r--r-- | sys/arch/vax/vax/vxt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/vax/vxt.c b/sys/arch/vax/vax/vxt.c index 184a5de7018..2ddc5a05375 100644 --- a/sys/arch/vax/vax/vxt.c +++ b/sys/arch/vax/vax/vxt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vxt.c,v 1.6 2011/07/06 20:42:05 miod Exp $ */ +/* $OpenBSD: vxt.c,v 1.7 2011/08/31 21:33:26 miod Exp $ */ /* * Copyright (c) 1998 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -77,7 +77,7 @@ struct cpu_dep vxt_calls = { void vxt_conf() { - printf("cpu: KA48\n"); + printf("cpu: VXT\n"); } void |