Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Print attachment \n's so that we don't get junky...
details: https://anonhg.NetBSD.org/src/rev/da25610d37c2
branches: trunk
changeset: 333495:da25610d37c2
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Nov 06 00:41:33 2014 +0000
description:
Print attachment \n's so that we don't get junky lines
(this driver now matches ld)
diffstat:
sys/dev/pci/viornd.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r f6739855ba3c -r da25610d37c2 sys/dev/pci/viornd.c
--- a/sys/dev/pci/viornd.c Wed Nov 05 23:46:09 2014 +0000
+++ b/sys/dev/pci/viornd.c Thu Nov 06 00:41:33 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: viornd.c,v 1.1 2014/10/26 18:43:18 tls Exp $ */
+/* $NetBSD: viornd.c,v 1.2 2014/11/06 00:41:33 pooka Exp $ */
/* $OpenBSD: viornd.c,v 1.1 2014/01/21 21:14:58 sf Exp $ */
/*
@@ -144,6 +144,9 @@
sc->sc_virtio = vsc;
sc->sc_dev = self;
+ aprint_normal("\n");
+ aprint_naive("\n");
+
(void)virtio_negotiate_features(vsc, 0);
mutex_init(&sc->sc_mutex, MUTEX_DEFAULT, IPL_VM);
Home |
Main Index |
Thread Index |
Old Index