Module Name: src
Committed By: njoly
Date: Tue Jan 10 15:23:11 UTC 2012
Modified Files:
src/sys/arch/x86/x86: ipmi.c
Log Message:
Call aprint_naive for quiet boot message.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/x86/x86/ipmi.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/arch/x86/x86/ipmi.c
diff -u src/sys/arch/x86/x86/ipmi.c:1.50 src/sys/arch/x86/x86/ipmi.c:1.51
--- src/sys/arch/x86/x86/ipmi.c:1.50 Wed Aug 11 11:31:45 2010
+++ src/sys/arch/x86/x86/ipmi.c Tue Jan 10 15:23:11 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: ipmi.c,v 1.50 2010/08/11 11:31:45 pgoyette Exp $ */
+/* $NetBSD: ipmi.c,v 1.51 2012/01/10 15:23:11 njoly Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@@ -52,7 +52,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ipmi.c,v 1.50 2010/08/11 11:31:45 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipmi.c,v 1.51 2012/01/10 15:23:11 njoly Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -2125,6 +2125,7 @@ ipmi_attach(device_t parent, device_t se
sc->sc_ia = *(struct ipmi_attach_args *)aux;
sc->sc_dev = self;
+ aprint_naive("\n");
aprint_normal("\n");
/* lock around read_sensor so that no one messes with the bmc regs */