diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-19 14:40:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-19 14:40:36 +0000 |
commit | 3bffc29cea1e62f8eed7631a6cc12b0ee279e471 (patch) | |
tree | b49ca1780bade6d36a7145b60226b9816f2d86cc /sys/dev/isa/aha.c | |
parent | cfae5e9b6768208df5e40ccce118ff1734d78361 (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/aha.c')
-rw-r--r-- | sys/dev/isa/aha.c | 4 |
1 files changed, 2 insertions, 2 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 /* |