From owner-cvs-sys Tue Feb 4 03:44:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA11778 for cvs-sys-outgoing; Tue, 4 Feb 1997 03:44:19 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA11771; Tue, 4 Feb 1997 03:44:18 -0800 (PST) Date: Tue, 4 Feb 1997 03:44:18 -0800 (PST) From: David Greenman Message-Id: <199702041144.DAA11771@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 97/02/04 03:44:17 Modified: sys/pci if_fxp.c Log: Changed several configuration options: Disabled the DMA byte counters - I had it this way originally and this is the recommended setting. Set crscdt to CRS only (0) since this is what it should be for an MII PHY. Also fixed some comments. Revision Changes Path 1.28 +7 -7 src/sys/pci/if_fxp.c