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 Minor cosmetic tweaks for cpu attach messages
details: https://anonhg.NetBSD.org/src/rev/506e37d5efea
branches: trunk
changeset: 785714:506e37d5efea
user: martin <martin%NetBSD.org@localhost>
date: Tue Mar 26 20:52:29 2013 +0000
description:
Minor cosmetic tweaks for cpu attach messages
diffstat:
sys/arch/vax/vax/ka730.c | 6 +++---
sys/arch/vax/vax/ka750.c | 6 +++---
sys/arch/vax/vax/ka780.c | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (81 lines):
diff -r ef4fcda038d1 -r 506e37d5efea sys/arch/vax/vax/ka730.c
--- a/sys/arch/vax/vax/ka730.c Tue Mar 26 16:20:49 2013 +0000
+++ b/sys/arch/vax/vax/ka730.c Tue Mar 26 20:52:29 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ka730.c,v 1.4 2012/10/29 12:55:41 chs Exp $ */
+/* $NetBSD: ka730.c,v 1.5 2013/03/26 20:52:29 martin Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 The Regents of the University of California.
* All rights reserved.
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ka730.c,v 1.4 2012/10/29 12:55:41 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ka730.c,v 1.5 2013/03/26 20:52:29 martin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -117,7 +117,7 @@
void
ka730_attach_cpu(device_t self)
{
- aprint_normal("KA730, ucode rev %d\n", V730UCODE(vax_cpudata));
+ aprint_normal(": KA730, ucode rev %d\n", V730UCODE(vax_cpudata));
}
static void ka730_memenable(device_t, device_t, void *);
diff -r ef4fcda038d1 -r 506e37d5efea sys/arch/vax/vax/ka750.c
--- a/sys/arch/vax/vax/ka750.c Tue Mar 26 16:20:49 2013 +0000
+++ b/sys/arch/vax/vax/ka750.c Tue Mar 26 20:52:29 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ka750.c,v 1.44 2010/12/14 23:44:49 matt Exp $ */
+/* $NetBSD: ka750.c,v 1.45 2013/03/26 20:52:29 martin Exp $ */
/*
* Copyright (c) 1982, 1986, 1988 The Regents of the University of California.
* All rights reserved.
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ka750.c,v 1.44 2010/12/14 23:44:49 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ka750.c,v 1.45 2013/03/26 20:52:29 martin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -123,7 +123,7 @@
void
ka750_attach_cpu(device_t self)
{
- aprint_normal("KA750, 4KB L1 cache, hardware/ucode rev %d/%d, ",
+ aprint_normal(": KA750, 4KB L1 cache, hardware/ucode rev %d/%d, ",
V750HARDW(vax_cpudata), V750UCODE(vax_cpudata));
if (mfpr(PR_ACCS) & 255) {
aprint_normal("FPA present\n");
diff -r ef4fcda038d1 -r 506e37d5efea sys/arch/vax/vax/ka780.c
--- a/sys/arch/vax/vax/ka780.c Tue Mar 26 16:20:49 2013 +0000
+++ b/sys/arch/vax/vax/ka780.c Tue Mar 26 20:52:29 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ka780.c,v 1.29 2010/12/14 23:44:49 matt Exp $ */
+/* $NetBSD: ka780.c,v 1.30 2013/03/26 20:52:30 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1988 The Regents of the University of California.
* All rights reserved.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ka780.c,v 1.29 2010/12/14 23:44:49 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ka780.c,v 1.30 2013/03/26 20:52:30 martin Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -364,7 +364,7 @@
{
struct ka78x * const ka78 = (void *)&vax_cpudata;
- aprint_normal("KA%s, serial number %d(%d), hardware ECO level %d(%d)\n",
+ aprint_normal(": KA%s, S/N %d(%d), hardware ECO level %d(%d)\n",
&cpu_model[8], ka78->snr, ka78->plant, ka78->eco >> 4, ka78->eco);
aprint_normal_dev(self, "4KB L1 cachen");
if (mfpr(PR_ACCS) & 255) {
Home |
Main Index |
Thread Index |
Old Index