Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/vax Cosmetic fix for VAXstation 4000/90, 90a, 9...



details:   https://anonhg.NetBSD.org/src/rev/a1743bb58761
branches:  trunk
changeset: 340214:a1743bb58761
user:      jklos <jklos%NetBSD.org@localhost>
date:      Thu Aug 27 17:18:58 2015 +0000

description:
Cosmetic fix for VAXstation 4000/90, 90a, 96 dmesg output from Felix
Deichmann.

diffstat:

 sys/arch/vax/vax/locore.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f2b318697587 -r a1743bb58761 sys/arch/vax/vax/locore.c
--- a/sys/arch/vax/vax/locore.c Thu Aug 27 17:12:18 2015 +0000
+++ b/sys/arch/vax/vax/locore.c Thu Aug 27 17:18:58 2015 +0000
@@ -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 @@
 #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



Home | Main Index | Thread Index | Old Index