Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/rockchip print chip name



details:   https://anonhg.NetBSD.org/src/rev/18b4afdf3857
branches:  trunk
changeset: 807248:18b4afdf3857
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Apr 02 15:48:38 2015 +0000

description:
print chip name

diffstat:

 sys/arch/arm/rockchip/obio.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 072896dbbda3 -r 18b4afdf3857 sys/arch/arm/rockchip/obio.c
--- a/sys/arch/arm/rockchip/obio.c      Thu Apr 02 15:32:19 2015 +0000
+++ b/sys/arch/arm/rockchip/obio.c      Thu Apr 02 15:48:38 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: obio.c,v 1.18 2015/03/29 22:56:23 jmcneill Exp $       */
+/*     $NetBSD: obio.c,v 1.19 2015/04/02 15:48:38 jmcneill Exp $       */
 
 /*
  * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc.
@@ -38,7 +38,7 @@
 #include "opt_rockchip.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.18 2015/03/29 22:56:23 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.19 2015/04/02 15:48:38 jmcneill Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -90,7 +90,7 @@
        obio_found = true;
 
        aprint_naive("\n");
-       aprint_normal(": On-board I/O\n");
+       aprint_normal(": %s\n", rockchip_chip_name());
 
 #ifdef ROCKCHIP_CLOCK_DEBUG
        obio_dump_clocks();



Home | Main Index | Thread Index | Old Index