summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
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