summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-02-16 23:00:27 +0000
committerdes <des@FreeBSD.org>2002-02-16 23:00:27 +0000
commitca74de01739bbacfb00db8df5121a37ad94045fb (patch)
treea33fe0472f1a7190a5552c390d480cef9cee9ed9 /sys/dev/pccbb
parent1535c1638d44be80d8ca46954b920568fd31947d (diff)
downloadFreeBSD-src-ca74de01739bbacfb00db8df5121a37ad94045fb.zip
FreeBSD-src-ca74de01739bbacfb00db8df5121a37ad94045fb.tar.gz
I am sick of being told that "cstsevent occures".
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index 12d444c..0c09852 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -911,11 +911,11 @@ pccbb_intr(void *arg)
mtx_unlock(&sc->sc_mtx);
} else {
if (sockevent & PCCBB_SOCKET_EVENT_CSTS) {
- DPRINTF((" cstsevent occures, 0x%08x\n",
+ DPRINTF(("csts event occurred, state = 0x%08x\n",
pccbb_get(sc, PCCBB_SOCKET_STATE)));
}
if (sockevent & PCCBB_SOCKET_EVENT_POWER) {
- DPRINTF((" pwrevent occures, 0x%08x\n",
+ DPRINTF(("power event occurred, state = 0x%08x\n",
pccbb_get(sc, PCCBB_SOCKET_STATE)));
}
}
OpenPOWER on IntegriCloud