diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-08 19:52:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-05-08 19:52:14 +0000 |
commit | a83424bd34c8a54806700dfabdadb8d038fe7bb4 (patch) | |
tree | 63802458d237cddb7bdd476d0b58085c33fad924 /sys/dev/ic/pckbc.c | |
parent | fdc02e6af27428540b59d5a47e1bbf510a5da50e (diff) |
silence a debug message; from kili@outback.escape.de; ok miod
Diffstat (limited to 'sys/dev/ic/pckbc.c')
-rw-r--r-- | sys/dev/ic/pckbc.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/pckbc.c b/sys/dev/ic/pckbc.c index 76bda02eb2c..19dd31739a4 100644 --- a/sys/dev/ic/pckbc.c +++ b/sys/dev/ic/pckbc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pckbc.c,v 1.11 2005/12/29 12:31:29 martin Exp $ */ +/* $OpenBSD: pckbc.c,v 1.12 2006/05/08 19:52:13 deraadt Exp $ */ /* $NetBSD: pckbc.c,v 1.5 2000/06/09 04:58:35 soda Exp $ */ /* @@ -769,7 +769,9 @@ pckbc_cmdresponse(t, slot, data) /* try again last command */ goto restart; } else { +#ifdef PCKBCDEBUG printf("pckbc: cmd failed\n"); +#endif cmd->status = EIO; /* dequeue */ } |