summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1995-07-29 23:04:54 +0000
committermycroft <mycroft@NetBSD.org>1995-07-29 23:04:54 +0000
commit60d2d483ca984681e2878bc0a5e128da4e1dc020 (patch)
tree5b478168abaf3c5f60baef33aaadf9df698d8123 /sys/dev
parenta4fcbe857d17ea15bcbc88c760847ac115243301 (diff)
Turn off the mbi diagnostics completely.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/aha1542.c4
-rw-r--r--sys/dev/isa/bt742a.c4
2 files changed, 4 insertions, 4 deletions
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