Module Name: src
Committed By: jklos
Date: Thu Aug 27 17:18:58 UTC 2015
Modified Files:
src/sys/arch/vax/vax: locore.c
Log Message:
Cosmetic fix for VAXstation 4000/90, 90a, 96 dmesg output from Felix
Deichmann.
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/vax/vax/locore.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/vax/vax/locore.c
diff -u src/sys/arch/vax/vax/locore.c:1.82 src/sys/arch/vax/vax/locore.c:1.83
--- src/sys/arch/vax/vax/locore.c:1.82 Fri May 23 19:05:35 2014
+++ src/sys/arch/vax/vax/locore.c Thu Aug 27 17:18:58 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.c,v 1.82 2014/05/23 19:05:35 martin Exp $ */
+/* $NetBSD: locore.c,v 1.83 2015/08/27 17:18:58 jklos Exp $ */
/*
* Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
* All rights reserved.
@@ -32,7 +32,7 @@
/* All bugs are subject to removal without further notice */
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: locore.c,v 1.82 2014/05/23 19:05:35 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locore.c,v 1.83 2015/08/27 17:18:58 jklos Exp $");
#include "opt_compat_netbsd.h"
@@ -190,7 +190,7 @@ _start(struct rpb *prpb)
#if VAX49 || VAXANY
case VAX_BTYP_49:
dep_call = &ka49_calls;
- cpu_setmodel("%s 4000/90", mv);
+ cpu_setmodel("%s 4000/{90,90A,96}", mv);
mv = NULL;
break;
#endif