From owner-cvs-sys Sun Sep 29 03:21:16 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA18037 for cvs-sys-outgoing; Sun, 29 Sep 1996 03:21:16 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA17835; Sun, 29 Sep 1996 03:20:55 -0700 (PDT) Date: Sun, 29 Sep 1996 03:20:55 -0700 (PDT) From: David Greenman Message-Id: <199609291020.DAA17835@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/09/29 03:20:53 Modified: sys/pci if_fxp.c Log: Backed out one of my "performance optimizations" as it results in sometimes not resuming the NIC as required for transmit. Thanks to Alan Cox for noticing this. Added another performance optimization to compensate. :-) Changed crscdt to 1...strange, but this seems to be needed for some reason despite what the manual says. Revision Changes Path 1.20 +13 -9 src/sys/pci/if_fxp.c