Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Remove the following aprint_debug(9): "pci_mem_f...



details:   https://anonhg.NetBSD.org/src/rev/fec6b8596596
branches:  trunk
changeset: 762763:fec6b8596596
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Feb 27 17:31:08 2011 +0000

description:
Remove the following aprint_debug(9): "pci_mem_find: void region". I have
a system where this is printed about a hundred times. No functional change.

diffstat:

 sys/dev/pci/pci_map.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r bf2bbe3d5f27 -r fec6b8596596 sys/dev/pci/pci_map.c
--- a/sys/dev/pci/pci_map.c     Sun Feb 27 17:27:28 2011 +0000
+++ b/sys/dev/pci/pci_map.c     Sun Feb 27 17:31:08 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pci_map.c,v 1.25 2010/05/11 16:49:35 dyoung Exp $      */
+/*     $NetBSD: pci_map.c,v 1.26 2011/02/27 17:31:08 jruoho Exp $      */
 
 /*-
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pci_map.c,v 1.25 2010/05/11 16:49:35 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pci_map.c,v 1.26 2011/02/27 17:31:08 jruoho Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -174,7 +174,6 @@
 
        if ((is64bit && PCI_MAPREG_MEM64_SIZE(wmask) == 0) ||
            (!is64bit && PCI_MAPREG_MEM_SIZE(mask) == 0)) {
-               aprint_debug("pci_mem_find: void region\n");
                return 1;
        }
 



Home | Main Index | Thread Index | Old Index