summaryrefslogtreecommitdiff
path: root/sys/dev/isa
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-19 14:40:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-19 14:40:36 +0000
commit3bffc29cea1e62f8eed7631a6cc12b0ee279e471 (patch)
treeb49ca1780bade6d36a7145b60226b9816f2d86cc /sys/dev/isa
parentcfae5e9b6768208df5e40ccce118ff1734d78361 (diff)
turn off *DIAG; something is miserably wrong with it and various people
have wasted weeks because of the crashes.
Diffstat (limited to 'sys/dev/isa')
-rw-r--r--sys/dev/isa/aha.c4
-rw-r--r--sys/dev/isa/bt.c2
-rw-r--r--sys/dev/isa/wds.c5
3 files changed, 6 insertions, 5 deletions
diff --git a/sys/dev/isa/aha.c b/sys/dev/isa/aha.c
index bfa9e3c377c..092cdc14452 100644
--- a/sys/dev/isa/aha.c
+++ b/sys/dev/isa/aha.c
@@ -1,7 +1,7 @@
-/* $OpenBSD: aha.c,v 1.24 1996/06/01 12:20:40 deraadt Exp $ */
+/* $OpenBSD: aha.c,v 1.25 1996/06/19 14:40:33 deraadt Exp $ */
/* $NetBSD: aha.c,v 1.11 1996/05/12 23:51:23 mycroft Exp $ */
-#define AHADIAG
+#undef AHADIAG
#define integrate
/*
diff --git a/sys/dev/isa/bt.c b/sys/dev/isa/bt.c
index d63c63edd75..7784ced524a 100644
--- a/sys/dev/isa/bt.c
+++ b/sys/dev/isa/bt.c
@@ -1,6 +1,6 @@
/* $NetBSD: bt.c,v 1.10 1996/05/12 23:51:54 mycroft Exp $ */
-#define BTDIAG
+#undef BTDIAG
#define integrate
/*
diff --git a/sys/dev/isa/wds.c b/sys/dev/isa/wds.c
index 08b53127d38..1f189c45782 100644
--- a/sys/dev/isa/wds.c
+++ b/sys/dev/isa/wds.c
@@ -1,6 +1,6 @@
/* $NetBSD: wds.c,v 1.7 1996/05/12 23:54:09 mycroft Exp $ */
-#define WDSDIAG
+#undef WDSDIAG
#define integrate
/*
@@ -48,7 +48,8 @@
* workstations and seems to include an -ASC as well as floppy
* and ESDI interfaces.
*
- * Loosely based on Theo Deraadt's unfinished attempt.
+ * Loosely based on Theo Deraadt's unfinished attempt says the NetBSD group
+ * so they decided to delete the copyright that file had on it.
*/
#include <sys/types.h>