Module Name:    src
Committed By:   pooka
Date:           Thu Nov  6 00:41:33 UTC 2014

Modified Files:
        src/sys/dev/pci: viornd.c

Log Message:
Print attachment \n's so that we don't get junky lines
(this driver now matches ld)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/viornd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/viornd.c
diff -u src/sys/dev/pci/viornd.c:1.1 src/sys/dev/pci/viornd.c:1.2
--- src/sys/dev/pci/viornd.c:1.1	Sun Oct 26 18:43:18 2014
+++ src/sys/dev/pci/viornd.c	Thu Nov  6 00:41:33 2014
@@ -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 @@ viornd_attach( device_t parent, device_t
 	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);

Reply via email to