summaryrefslogtreecommitdiffstats
path: root/sys/dev/buslogic
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-06-03 20:56:09 +0000
committerpeter <peter@FreeBSD.org>1999-06-03 20:56:09 +0000
commit90151273b043b0f9529cfdf686df31cde8266faf (patch)
tree609782a2bed896473a26f53ac9f48976cc033b1c /sys/dev/buslogic
parent078a9624dd10070fd7bff4ac6d979bdee7c5da68 (diff)
downloadFreeBSD-src-90151273b043b0f9529cfdf686df31cde8266faf.zip
FreeBSD-src-90151273b043b0f9529cfdf686df31cde8266faf.tar.gz
Quieten the bt_isa_probe() messages since they get a bit much when
the isa probe has gone hunting for a card on it's own.
Diffstat (limited to 'sys/dev/buslogic')
-rw-r--r--sys/dev/buslogic/bt_isa.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/buslogic/bt_isa.c b/sys/dev/buslogic/bt_isa.c
index db9fc8c..40b9b0c 100644
--- a/sys/dev/buslogic/bt_isa.c
+++ b/sys/dev/buslogic/bt_isa.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: bt_isa.c,v 1.12 1999/05/22 15:45:47 dfr Exp $
+ * $Id: bt_isa.c,v 1.13 1999/05/30 11:10:10 dfr Exp $
*/
#include <sys/param.h>
@@ -164,8 +164,9 @@ bt_isa_probe(device_t dev)
bt_mark_probed_bio(port_index);
if (bt_port_probe(dev, &info) != 0) {
- printf("bt_isa_probe: Probe failed for card at 0x%x\n",
- ioport);
+ if (bootverbose)
+ printf("bt_isa_probe: Probe failed at 0x%x\n",
+ ioport);
bt_isa_release_resources(dev);
continue;
}
OpenPOWER on IntegriCloud