summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-05-05 03:08:26 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-05-05 03:08:26 +0000
commitae94b2190e36ae46e23c787341cf331830b9839e (patch)
tree658ed23c98575a93ad3d2642cc7c92b2049ce932
parent8af8b410c4b10d114676fa0c179da13977c31f94 (diff)
left out the debugging enabled; from ian@
-rw-r--r--sys/dev/ic/ami.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c
index 54f73d91e0d..010e4e93ec4 100644
--- a/sys/dev/ic/ami.c
+++ b/sys/dev/ic/ami.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami.c,v 1.7 2001/04/30 15:45:05 mickey Exp $ */
+/* $OpenBSD: ami.c,v 1.8 2001/05/05 03:08:25 mickey Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -49,7 +49,7 @@
* Theo de Raadt.
*/
-#define AMI_DEBUG
+/* #define AMI_DEBUG */
#include <sys/param.h>
#include <sys/systm.h>