diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-12-16 06:08:14 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-12-16 06:08:14 +0000 |
commit | 1dcb7109258f5442486f99c83eabbe97d090544a (patch) | |
tree | 96fb35c82535cd13ac0ae7bb5fbf44c04a89860f /sys | |
parent | 05c3b95b94d543b20d0fcb93da6c6b71884a9984 (diff) |
a little quieter
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/hme.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/hme.c b/sys/dev/ic/hme.c index e1c096d9298..b4a2f078df0 100644 --- a/sys/dev/ic/hme.c +++ b/sys/dev/ic/hme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hme.c,v 1.39 2005/10/21 22:10:56 brad Exp $ */ +/* $OpenBSD: hme.c,v 1.40 2005/12/16 06:08:13 brad Exp $ */ /* $NetBSD: hme.c,v 1.21 2001/07/07 15:59:37 thorpej Exp $ */ /*- @@ -936,7 +936,9 @@ hme_eint(sc, status) if (status == 0) return (1); +#ifdef HME_DEBUG printf("%s: status=%b\n", sc->sc_dev.dv_xname, status, HME_SEB_STAT_BITS); +#endif return (1); } |