From 09ef6f24b12e5f04eef67780b8ee7f3e95c2c9a2 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Thu, 6 Oct 2005 06:01:06 +0000 Subject: change "pcistate failed to revert" test message to a debug printf. --- sys/dev/pci/if_bge.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev') 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 */ -- cgit v1.2.3