Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/pci aprintify.



details:   https://anonhg.NetBSD.org/src/rev/813ca2f65de9
branches:  trunk
changeset: 749295:813ca2f65de9
user:      njoly <njoly%NetBSD.org@localhost>
date:      Wed Nov 25 15:06:26 2009 +0000

description:
aprintify.

diffstat:

 sys/arch/x86/pci/aapic.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r c66185cb41a8 -r 813ca2f65de9 sys/arch/x86/pci/aapic.c
--- a/sys/arch/x86/pci/aapic.c  Wed Nov 25 15:01:28 2009 +0000
+++ b/sys/arch/x86/pci/aapic.c  Wed Nov 25 15:06:26 2009 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: aapic.c,v 1.7 2008/07/09 21:07:55 joerg Exp $  */
+/*     $NetBSD: aapic.c,v 1.8 2009/11/25 15:06:26 njoly Exp $  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: aapic.c,v 1.7 2008/07/09 21:07:55 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: aapic.c,v 1.8 2009/11/25 15:06:26 njoly Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -48,7 +48,8 @@
 
        pci_devinfo(pa->pa_id, pa->pa_class, 0, devinfo, sizeof(devinfo));
        rev = PCI_REVISION(pa->pa_class);
-       printf(": %s (rev. 0x%02x)\n", devinfo, rev);
+       aprint_naive("\n");
+       aprint_normal(": %s (rev. 0x%02x)\n", devinfo, rev);
 
 #if NIOAPIC > 0
        if (nioapics == 0)



Home | Main Index | Thread Index | Old Index