diff options
author | 2011-08-31 21:33:26 +0000 | |
---|---|---|
committer | 2011-08-31 21:33:26 +0000 | |
commit | 30102366b5a5bd0d1325c9d90e87262a8bcf4167 (patch) | |
tree | 9d0f95da0aadcc5534c1eeb8d3616dc2de4d209f | |
parent | Don't pretend to `enable floating point' and fiddle with PR_ACCS register on (diff) | |
download | wireguard-openbsd-30102366b5a5bd0d1325c9d90e87262a8bcf4167.tar.xz wireguard-openbsd-30102366b5a5bd0d1325c9d90e87262a8bcf4167.zip |
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 |