From owner-cvs-all Thu Oct 8 08:46:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA20213 for cvs-all-outgoing; Thu, 8 Oct 1998 08:46:01 -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 IAA20145; Thu, 8 Oct 1998 08:45:42 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA23689; Thu, 8 Oct 1998 08:45:37 -0700 (PDT) Date: Thu, 8 Oct 1998 08:45:37 -0700 (PDT) Message-Id: <199810081545.IAA23689@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tl.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 1998/10/08 08:45:36 PDT Modified files: sys/pci if_tl.c Log: Correctly update the tail pointer of the transmit queue in tl_start() (one-liner). I have yet to actually encounter any problems due to this bug, but why take chances. Revision Changes Path 1.18 +3 -2 src/sys/pci/if_tl.c