From owner-cvs-all Sun Jun 30 15:16:26 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF44E37B400; Sun, 30 Jun 2002 15:16:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92ED843E09; Sun, 30 Jun 2002 15:16:22 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5UMGMJU049691; Sun, 30 Jun 2002 15:16:22 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5UMGMbw049690; Sun, 30 Jun 2002 15:16:22 -0700 (PDT) Message-Id: <200206302216.g5UMGMbw049690@freefall.freebsd.org> From: Luigi Rizzo Date: Sun, 30 Jun 2002 15:16:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pcn.c if_rl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG luigi 2002/06/30 15:16:22 PDT Modified files: sys/pci if_pcn.c if_rl.c Log: Fix if_timer logic to make sure that there is always a timeout pending if there are packets queued for transmission. Several drivers still have the same problem. MFC after: 3 days Revision Changes Path 1.27 +5 -7 src/sys/pci/if_pcn.c 1.71 +3 -3 src/sys/pci/if_rl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message