Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/x86 Remove leftover debugging printf.



details:   https://anonhg.NetBSD.org/src/rev/9edb56824ea1
branches:  trunk
changeset: 555303:9edb56824ea1
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Thu Nov 13 23:00:54 2003 +0000

description:
Remove leftover debugging printf.

diffstat:

 sys/arch/x86/x86/mpacpi.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 489708517934 -r 9edb56824ea1 sys/arch/x86/x86/mpacpi.c
--- a/sys/arch/x86/x86/mpacpi.c Thu Nov 13 22:29:09 2003 +0000
+++ b/sys/arch/x86/x86/mpacpi.c Thu Nov 13 23:00:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mpacpi.c,v 1.16 2003/10/31 20:56:55 fvdl Exp $ */
+/*     $NetBSD: mpacpi.c,v 1.17 2003/11/13 23:00:54 fvdl Exp $ */
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mpacpi.c,v 1.16 2003/10/31 20:56:55 fvdl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mpacpi.c,v 1.17 2003/11/13 23:00:54 fvdl Exp $");
 
 #include "opt_acpi.h"
 #include "opt_mpbios.h"
@@ -866,7 +866,6 @@
                if (mpb->mb_name == NULL)
                        continue;
                if (!strcmp(mpb->mb_name, "pci") && mpb->mb_configured == 0) {
-                       printf("configuring bus %d\n", i);
                        pba->pba_bus = i;
                        config_found(self, pba, print);
                }



Home | Main Index | Thread Index | Old Index