From owner-cvs-sys Tue Feb 13 07:55:40 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA19166 for cvs-sys-outgoing; Tue, 13 Feb 1996 07:55:40 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA19159 Tue, 13 Feb 1996 07:55:38 -0800 (PST) Date: Tue, 13 Feb 1996 07:55:38 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199602131555.HAA19159@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ep.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/02/13 07:55:36 Modified: sys/i386/isa if_ep.c Log: - Properly set the watchdog timer only during transmits. - Clean up the access to our ifnet structure by caching a pointer to it instead of always digging through our softc structure. Submitted by: Watchdog fixes by Serge A. Babkin Revision Changes Path 1.41 +35 -26 src/sys/i386/isa/if_ep.c