diff options
Diffstat (limited to 'sys/dev/ic/acx.c')
-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) |