From 9f190d17e891a642997efc59be2fe804bc876d17 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Sun, 22 Apr 2007 00:06:52 +0000 Subject: disable debug output here too. it's working fine (even on strange archs) --- sys/dev/ic/sili.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev/ic/sili.c') 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 @@ -31,7 +31,8 @@ #include #include -#define SILI_DEBUG +/* use SILI_DEBUG for dmesg spam */ +#define NO_SILI_DEBUG #ifdef SILI_DEBUG #define SILI_D_VERBOSE (1<<0) -- cgit v1.2.3