Module Name: src
Committed By: njoly
Date: Tue Jan 10 17:53:51 UTC 2012
Modified Files:
src/sys/dev: midi.c
Log Message:
Call aprint_naive for quiet boot message.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/dev/midi.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/midi.c
diff -u src/sys/dev/midi.c:1.74 src/sys/dev/midi.c:1.75
--- src/sys/dev/midi.c:1.74 Thu Nov 24 02:54:32 2011
+++ src/sys/dev/midi.c Tue Jan 10 17:53:51 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: midi.c,v 1.74 2011/11/24 02:54:32 mrg Exp $ */
+/* $NetBSD: midi.c,v 1.75 2012/01/10 17:53:51 njoly Exp $ */
/*
* Copyright (c) 1998, 2008 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: midi.c,v 1.74 2011/11/24 02:54:32 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: midi.c,v 1.75 2012/01/10 17:53:51 njoly Exp $");
#include "midi.h"
#include "sequencer.h"
@@ -294,6 +294,7 @@ midi_attach(struct midi_softc *sc, devic
device_xname(sc->dev), "rcv incomplete msgs");
}
+ aprint_naive("\n");
aprint_normal(": %s\n", mi.name);
}