diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-22 00:06:52 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-22 00:06:52 +0000 |
commit | 9f190d17e891a642997efc59be2fe804bc876d17 (patch) | |
tree | 7809157e75f43fb2d9df3e2ef7d41b8ed6d932f2 | |
parent | b49961d0675dc1723df18f2d1b4d119acb1db94f (diff) |
disable debug output here too. it's working fine (even on strange archs)
-rw-r--r-- | sys/dev/ic/sili.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/sili.c b/sys/dev/ic/sili.c index 0c1b976b758..ea4c15ff37b 100644 --- a/sys/dev/ic/sili.c +++ b/sys/dev/ic/sili.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sili.c,v 1.32 2007/04/12 04:40:59 pascoe Exp $ */ +/* $OpenBSD: sili.c,v 1.33 2007/04/22 00:06:51 dlg Exp $ */ /* * Copyright (c) 2007 David Gwynne <dlg@openbsd.org> @@ -31,7 +31,8 @@ #include <dev/ic/silireg.h> #include <dev/ic/silivar.h> -#define SILI_DEBUG +/* use SILI_DEBUG for dmesg spam */ +#define NO_SILI_DEBUG #ifdef SILI_DEBUG #define SILI_D_VERBOSE (1<<0) |