summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormglocker <mglocker@openbsd.org>2006-08-15 21:16:08 +0000
committermglocker <mglocker@openbsd.org>2006-08-15 21:16:08 +0000
commit387bb602d0bcc003635d65459f9afedada64b586 (patch)
tree54a68cc9a663a112c349ec6b18017f1f9cf875ae
parentAllocate as many iommu page lists as necessary to match the size request (diff)
downloadwireguard-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.c4
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)