From owner-freebsd-commit Fri Dec 1 14:43:06 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA00523 for freebsd-commit-outgoing; Fri, 1 Dec 1995 14:43:06 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA00492 for cvs-all-outgoing; Fri, 1 Dec 1995 14:42:15 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA00482 for cvs-sys-outgoing; Fri, 1 Dec 1995 14:42:10 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA00470 ; Fri, 1 Dec 1995 14:42:00 -0800 Date: Fri, 1 Dec 1995 14:42:00 -0800 From: David Greenman Message-Id: <199512012242.OAA00470@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 95/12/01 14:41:59 Modified: sys/pci if_fxp.c Log: Fix minor bug that would cause the packet statistics updates to stop working under extremely rare circumstances. Also added some additional comments.. Revision Changes Path 1.2 +75 -24 src/sys/pci/if_fxp.c