Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev Add aprint_naive("\n") for boot -q
details: https://anonhg.NetBSD.org/src/rev/82a7f4b23bb1
branches: trunk
changeset: 329415:82a7f4b23bb1
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri May 23 13:57:04 2014 +0000
description:
Add aprint_naive("\n") for boot -q
diffstat:
sys/dev/gpio/gpio.c | 5 +++--
sys/dev/pci/hdaudio/hdafg.c | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 6f5c6babdab3 -r 82a7f4b23bb1 sys/dev/gpio/gpio.c
--- a/sys/dev/gpio/gpio.c Fri May 23 13:56:18 2014 +0000
+++ b/sys/dev/gpio/gpio.c Fri May 23 13:57:04 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gpio.c,v 1.54 2014/04/04 14:47:26 christos Exp $ */
+/* $NetBSD: gpio.c,v 1.55 2014/05/23 13:57:04 msaitoh Exp $ */
/* $OpenBSD: gpio.c,v 1.6 2006/01/14 12:33:49 grange Exp $ */
/*
@@ -19,7 +19,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: gpio.c,v 1.54 2014/04/04 14:47:26 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: gpio.c,v 1.55 2014/05/23 13:57:04 msaitoh Exp $");
/*
* General Purpose Input/Output framework.
@@ -208,6 +208,7 @@
sc->sc_npins = gba->gba_npins;
aprint_normal(": %d pins\n", sc->sc_npins);
+ aprint_naive("\n");
if (!pmf_device_register(self, NULL, gpio_resume))
aprint_error_dev(self, "couldn't establish power handler\n");
diff -r 6f5c6babdab3 -r 82a7f4b23bb1 sys/dev/pci/hdaudio/hdafg.c
--- a/sys/dev/pci/hdaudio/hdafg.c Fri May 23 13:56:18 2014 +0000
+++ b/sys/dev/pci/hdaudio/hdafg.c Fri May 23 13:57:04 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hdafg.c,v 1.20 2014/05/09 20:10:49 jakllsch Exp $ */
+/* $NetBSD: hdafg.c,v 1.21 2014/05/23 13:57:04 msaitoh Exp $ */
/*
* Copyright (c) 2009 Precedence Technologies Ltd <support%precedence.co.uk@localhost>
@@ -60,7 +60,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hdafg.c,v 1.20 2014/05/09 20:10:49 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hdafg.c,v 1.21 2014/05/23 13:57:04 msaitoh Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -3593,6 +3593,7 @@
int err, i;
bool rv;
+ aprint_naive("\n");
sc->sc_dev = self;
mutex_init(&sc->sc_lock, MUTEX_DEFAULT, IPL_NONE);
Home |
Main Index |
Thread Index |
Old Index