Cosmetic fix for VAXstation 4000/90, 90a, 96 dmesg output from Felix

Deichmann.
This commit is contained in:
jklos 2015-08-27 17:18:58 +00:00
parent 4ff1396ff2
commit df1053a2d2
1 changed files with 3 additions and 3 deletions

View File

@ -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