diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-10-06 06:01:06 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-10-06 06:01:06 +0000 |
commit | 09ef6f24b12e5f04eef67780b8ee7f3e95c2c9a2 (patch) | |
tree | d3c573b1efa8cd8b95a837acbd4086a87e6f95b5 /sys | |
parent | 5cc7498e52d3b2dabed5c4893828bf545c5e5234 (diff) |
change "pcistate failed to revert" test message to a debug printf.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_bge.c | 6 |
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 */ |