diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-05 03:08:26 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-05-05 03:08:26 +0000 |
commit | ae94b2190e36ae46e23c787341cf331830b9839e (patch) | |
tree | 658ed23c98575a93ad3d2642cc7c92b2049ce932 | |
parent | 8af8b410c4b10d114676fa0c179da13977c31f94 (diff) |
left out the debugging enabled; from ian@
-rw-r--r-- | sys/dev/ic/ami.c | 4 |
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> |