Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Turn off pci_conf_debug -- it was enabled by mis...



details:   https://anonhg.NetBSD.org/src/rev/62e19ef28bfd
branches:  trunk
changeset: 935670:62e19ef28bfd
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jul 08 13:12:35 2020 +0000

description:
Turn off pci_conf_debug -- it was enabled by mistake in previous
commit.

diffstat:

 sys/dev/pci/pciconf.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1dde0a5a0b76 -r 62e19ef28bfd sys/dev/pci/pciconf.c
--- a/sys/dev/pci/pciconf.c     Wed Jul 08 12:14:19 2020 +0000
+++ b/sys/dev/pci/pciconf.c     Wed Jul 08 13:12:35 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pciconf.c,v 1.47 2020/07/07 03:38:49 thorpej Exp $     */
+/*     $NetBSD: pciconf.c,v 1.48 2020/07/08 13:12:35 thorpej Exp $     */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pciconf.c,v 1.47 2020/07/07 03:38:49 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pciconf.c,v 1.48 2020/07/08 13:12:35 thorpej Exp $");
 
 #include "opt_pci.h"
 
@@ -81,7 +81,7 @@
 #include <dev/pci/pcidevs.h>
 #include <dev/pci/pccbbreg.h>
 
-int pci_conf_debug = 1;
+int pci_conf_debug = 0;
 
 #if !defined(MIN)
 #define        MIN(a,b) (((a)<(b))?(a):(b))



Home | Main Index | Thread Index | Old Index