From 3bffc29cea1e62f8eed7631a6cc12b0ee279e471 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 19 Jun 1996 14:40:36 +0000 Subject: turn off *DIAG; something is miserably wrong with it and various people have wasted weeks because of the crashes. --- sys/dev/isa/aha.c | 4 ++-- sys/dev/isa/bt.c | 2 +- sys/dev/isa/wds.c | 5 +++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'sys/dev') 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 -- cgit v1.2.3