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 PR port-vax/49884
details: https://anonhg.NetBSD.org/src/rev/03badd4c0c65
branches: trunk
changeset: 338048:03badd4c0c65
user: ragge <ragge%NetBSD.org@localhost>
date: Sat May 09 13:43:45 2015 +0000
description:
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 a8da3ced74d9 -r 03badd4c0c65 sys/arch/vax/vax/ka660.c
--- a/sys/arch/vax/vax/ka660.c Sat May 09 13:32:30 2015 +0000
+++ b/sys/arch/vax/vax/ka660.c Sat May 09 13:43:45 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.11 2015/05/09 13:43:45 ragge 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.11 2015/05/09 13:43:45 ragge 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