Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcarm/dev Add '\n' to revision string.
details: https://anonhg.NetBSD.org/src/rev/341ea15a88cf
branches: trunk
changeset: 779755:341ea15a88cf
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Sat Jun 16 05:58:03 2012 +0000
description:
Add '\n' to revision string.
diffstat:
sys/arch/hpcarm/dev/nbppcon.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8ee1a0005187 -r 341ea15a88cf sys/arch/hpcarm/dev/nbppcon.c
--- a/sys/arch/hpcarm/dev/nbppcon.c Sat Jun 16 01:34:10 2012 +0000
+++ b/sys/arch/hpcarm/dev/nbppcon.c Sat Jun 16 05:58:03 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nbppcon.c,v 1.1 2011/08/06 03:53:40 kiyohara Exp $ */
+/* $NetBSD: nbppcon.c,v 1.2 2012/06/16 05:58:03 kiyohara Exp $ */
/*
* Copyright (c) 2011 KIYOHARA Takashi
* All rights reserved.
@@ -25,7 +25,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nbppcon.c,v 1.1 2011/08/06 03:53:40 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nbppcon.c,v 1.2 2012/06/16 05:58:03 kiyohara Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -102,7 +102,7 @@
rv = seeprom_bootstrap_read(sc->sc_tag, NVRAM_ADDR, 0x00, 128,
buf, sizeof(buf));
if (rv == 0)
- aprint_normal_dev(self, "NETBOOK PRO Rev.%c",
+ aprint_normal_dev(self, "NETBOOK PRO Rev.%c\n",
buf[NVRAM_DATA_REV] - '0' + '@');
else
aprint_error_dev(self, "NVRAM read failed\n");
Home |
Main Index |
Thread Index |
Old Index