From 60d2d483ca984681e2878bc0a5e128da4e1dc020 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 29 Jul 1995 23:04:54 +0000 Subject: Turn off the mbi diagnostics completely. --- sys/dev/isa/aha1542.c | 4 ++-- sys/dev/isa/bt742a.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/isa/aha1542.c b/sys/dev/isa/aha1542.c index 1a3590aca4f..fa3028275ab 100644 --- a/sys/dev/isa/aha1542.c +++ b/sys/dev/isa/aha1542.c @@ -1,4 +1,4 @@ -/* $NetBSD: aha1542.c,v 1.46 1995/07/28 22:49:56 mycroft Exp $ */ +/* $NetBSD: aha1542.c,v 1.47 1995/07/29 23:04:54 mycroft Exp $ */ /* * Copyright (c) 1994 Charles Hannum. All rights reserved. @@ -695,7 +695,7 @@ AGAIN: aha_nextmbx(wmbi, wmbx, mbi); } if (!found) { -#ifdef DIAGNOSTIC +#if 0 printf("%s: mbi interrupt with no full mailboxes\n", aha->sc_dev.dv_xname); #endif diff --git a/sys/dev/isa/bt742a.c b/sys/dev/isa/bt742a.c index 4e5a43d5ee5..daa07a14c51 100644 --- a/sys/dev/isa/bt742a.c +++ b/sys/dev/isa/bt742a.c @@ -1,4 +1,4 @@ -/* $NetBSD: bt742a.c,v 1.43 1995/07/28 22:49:59 mycroft Exp $ */ +/* $NetBSD: bt742a.c,v 1.44 1995/07/29 23:04:57 mycroft Exp $ */ /* * Copyright (c) 1994 Charles Hannum. All rights reserved. @@ -723,7 +723,7 @@ AGAIN: bt_nextmbx(wmbi, wmbx, mbi); } if (!found) { -#ifdef DIAGNOSTIC +#if 0 printf("%s: mbi interrupt with no full mailboxes\n", bt->sc_dev.dv_xname); #endif -- cgit