summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2005-10-06 06:01:06 +0000
committerBrad Smith <brad@cvs.openbsd.org>2005-10-06 06:01:06 +0000
commit09ef6f24b12e5f04eef67780b8ee7f3e95c2c9a2 (patch)
treed3c573b1efa8cd8b95a837acbd4086a87e6f95b5 /sys/dev/pci
parent5cc7498e52d3b2dabed5c4893828bf545c5e5234 (diff)
change "pcistate failed to revert" test message to a debug printf.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_bge.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/if_bge.c b/sys/dev/pci/if_bge.c
index 3696fa2e80c..f08bef2eea6 100644
--- a/sys/dev/pci/if_bge.c
+++ b/sys/dev/pci/if_bge.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bge.c,v 1.83 2005/10/06 03:39:16 brad Exp $ */
+/* $OpenBSD: if_bge.c,v 1.84 2005/10/06 06:01:05 brad Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
@@ -2151,8 +2151,8 @@ bge_reset(sc)
}
if ((new_pcistate & ~BGE_PCISTATE_RESERVED) !=
(pcistate & ~BGE_PCISTATE_RESERVED)) {
- printf("%s: pcistate failed to revert\n",
- sc->bge_dev.dv_xname);
+ DPRINTFN(5, ("%s: pcistate failed to revert\n",
+ sc->bge_dev.dv_xname));
}
/* Fix up byte swapping */