I am sick of being told that "cstsevent occures".

This commit is contained in:
des 2002-02-16 23:00:27 +00:00
parent 1535c1638d
commit ca74de0173

View File

@ -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)));
}
}