diff options
author | 2006-08-15 21:16:08 +0000 | |
---|---|---|
committer | 2006-08-15 21:16:08 +0000 | |
commit | 387bb602d0bcc003635d65459f9afedada64b586 (patch) | |
tree | 54a68cc9a663a112c349ec6b18017f1f9cf875ae | |
parent | Allocate as many iommu page lists as necessary to match the size request (diff) | |
download | wireguard-openbsd-387bb602d0bcc003635d65459f9afedada64b586.tar.xz wireguard-openbsd-387bb602d0bcc003635d65459f9afedada64b586.zip |
Remove DPRINTF from watchdog routine. To noisy even for debug mode.
-rw-r--r-- | sys/dev/ic/acx.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/acx.c b/sys/dev/ic/acx.c index 882e42e38f7..92721cd8af3 100644 --- a/sys/dev/ic/acx.c +++ b/sys/dev/ic/acx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acx.c,v 1.45 2006/08/15 16:48:07 mglocker Exp $ */ +/* $OpenBSD: acx.c,v 1.46 2006/08/15 21:16:08 mglocker Exp $ */ /* * Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> @@ -1033,8 +1033,6 @@ acx_watchdog(struct ifnet *ifp) { struct acx_softc *sc = ifp->if_softc; - DPRINTF(("%s: watchdog\n", ifp->if_xname)); - ifp->if_timer = 0; if ((ifp->if_flags & IFF_RUNNING) == 0) |