Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/arch/vax/vax Pull up following revision(s) (requested...



details:   https://anonhg.NetBSD.org/src/rev/8c5e38f1208b
branches:  netbsd-7
changeset: 799311:8c5e38f1208b
user:      martin <martin%NetBSD.org@localhost>
date:      Wed May 13 14:09:09 2015 +0000

description:
Pull up following revision(s) (requested by ragge in ticket #757):
        sys/arch/vax/vax/ka660.c: revision 1.11
PR port-vax/49884
Fixes bug introduced in earlier cleanup.

diffstat:

 sys/arch/vax/vax/ka660.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 0d52ed11376d -r 8c5e38f1208b sys/arch/vax/vax/ka660.c
--- a/sys/arch/vax/vax/ka660.c  Wed May 13 13:35:25 2015 +0000
+++ b/sys/arch/vax/vax/ka660.c  Wed May 13 14:09:09 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ka660.c,v 1.10 2010/12/14 23:44:49 matt Exp $  */
+/*     $NetBSD: ka660.c,v 1.10.34.1 2015/05/13 14:09:09 martin Exp $   */
 /*
  * Copyright (c) 2000 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ka660.c,v 1.10 2010/12/14 23:44:49 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ka660.c,v 1.10.34.1 2015/05/13 14:09:09 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -61,7 +61,7 @@
 static void ka660_attach_cpu(device_t);
 static int ka660_mchk(void *);
 
-static const char * const ka660_devs[] = { "cpu", "sgec", "vsbus", NULL };
+static const char * const ka660_devs[] = { "cpu", "sgec", "shac", "uba", NULL };
 
 /* 
  * Declaration of 660-specific calls.
@@ -92,7 +92,7 @@
 ka660_attach_cpu(device_t self)
 {
        aprint_normal(
-           ": %s, Rigel (ucode rev. %d), 2KB L1 cache, 128KB L2 cache\n",
+           ": %s, SOC (ucode rev. %d), 6KB L1 cache\n",
            "KA660",
            vax_cpudata & 0377);
 }



Home | Main Index | Thread Index | Old Index