summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/dev/lasi.c
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-09 03:57:20 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-06-09 03:57:20 +0000
commit9f29cc2d2d7387fff703a2acf03d4b57ba77f62a (patch)
tree916bca7f3864f66842839bf854bd3a02ee8c8cb3 /sys/arch/hppa/dev/lasi.c
parentbb50e26a8975618fa054307aaa319d29843dd811 (diff)
disable debugging by default
Diffstat (limited to 'sys/arch/hppa/dev/lasi.c')
-rw-r--r--sys/arch/hppa/dev/lasi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/lasi.c b/sys/arch/hppa/dev/lasi.c
index fb483d6bf5e..2555a601a1d 100644
--- a/sys/arch/hppa/dev/lasi.c
+++ b/sys/arch/hppa/dev/lasi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lasi.c,v 1.3 1999/04/20 20:28:32 mickey Exp $ */
+/* $OpenBSD: lasi.c,v 1.4 2001/06/09 03:57:19 mickey Exp $ */
/*
* Copyright (c) 1998,1999 Michael Shalayeff
@@ -30,7 +30,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#define LASIDEBUG 9
+#undef LASIDEBUG
#include <sys/param.h>
#include <sys/systm.h>