From owner-cvs-all Fri Oct 9 04:48:25 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA16982 for cvs-all-outgoing; Fri, 9 Oct 1998 04:48:25 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA16977; Fri, 9 Oct 1998 04:48:24 -0700 (PDT) (envelope-from kjc@FreeBSD.org) From: Kenjiro Cho Received: (from kjc@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA05972; Fri, 9 Oct 1998 04:48:23 -0700 (PDT) Date: Fri, 9 Oct 1998 04:48:23 -0700 (PDT) Message-Id: <199810091148.EAA05972@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/en midway.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kjc 1998/10/09 04:48:23 PDT Modified files: sys/dev/en midway.c Log: fix a bug which could lock up a transmitter. don't use the entire buffer space. if WRTX becomes equal to RDTX, the transmitter stops assuming the buffer is empty. Revision Changes Path 1.10 +5 -1 src/sys/dev/en/midway.c