From owner-freebsd-commit Fri Nov 17 04:17:10 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA28929 for freebsd-commit-outgoing; Fri, 17 Nov 1995 04:17:10 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA28913 for cvs-all-outgoing; Fri, 17 Nov 1995 04:17:01 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA28903 for cvs-sys-outgoing; Fri, 17 Nov 1995 04:16:55 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id EAA28891 ; Fri, 17 Nov 1995 04:16:32 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id EAA02940; Fri, 17 Nov 1995 04:15:35 -0800 To: David Greenman cc: CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pci if_de.c In-reply-to: Your message of "Fri, 17 Nov 1995 04:11:28 PST." <199511171211.EAA28537@freefall.freebsd.org> Date: Fri, 17 Nov 1995 04:15:35 -0800 Message-ID: <2938.816610535@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk P.S. Changes like this post-2.1 really make a strong argument for a unified patch mechanism. Can we start talking about this again now, please? Jordan > davidg 95/11/17 04:11:27 > > Modified: sys/pci if_de.c > Log: > Set flag to stop backoff counter from counting when carrier activity is > detected. This dramatically reduces the collision rate (about 1/10th of > what is was previously). > > Submitted by: Matt Thomas