summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2008-04-20 20:51:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2008-04-20 20:51:59 +0000
commit22200d6adf51c3b410fc9fbca8b85bcf5c37e5d5 (patch)
tree4582396cc9827186ee0ca9c24ef042072f83f889 /sys/dev/pci
parent09f7e3690e513a04a36eef0e408e1184f9c1a08a (diff)
be quiet even when errors happen; ok kettenis
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/ichiic.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/ichiic.c b/sys/dev/pci/ichiic.c
index 7f9f85cb019..fe2547d526a 100644
--- a/sys/dev/pci/ichiic.c
+++ b/sys/dev/pci/ichiic.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ichiic.c,v 1.19 2007/10/17 22:03:47 brad Exp $ */
+/* $OpenBSD: ichiic.c,v 1.20 2008/04/20 20:51:58 deraadt Exp $ */
/*
* Copyright (c) 2005, 2006 Alexander Yurchenko <grange@openbsd.org>
@@ -295,10 +295,6 @@ timeout:
/*
* Transfer timeout. Kill the transaction and clear status bits.
*/
- printf("%s: exec: op %d, addr 0x%02x, cmdlen %d, len %d, "
- "flags 0x%02x: timeout, status 0x%b\n",
- sc->sc_dev.dv_xname, op, addr, cmdlen, len, flags,
- st, ICH_SMB_HS_BITS);
bus_space_write_1(sc->sc_iot, sc->sc_ioh, ICH_SMB_HC,
ICH_SMB_HC_KILL);
DELAY(ICHIIC_DELAY);