From owner-cvs-sys Mon Mar 17 03:08:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA05049 for cvs-sys-outgoing; Mon, 17 Mar 1997 03:08:26 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA05042; Mon, 17 Mar 1997 03:08:22 -0800 (PST) Date: Mon, 17 Mar 1997 03:08:22 -0800 (PST) From: David Greenman Message-Id: <199703171108.DAA05042@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c if_fxpreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 97/03/17 03:08:21 Modified: sys/pci if_fxp.c if_fxpreg.h Log: Fixed two deficiencies in the driver that have existed since it was written: 1) Full duplex mode is now supported (and works!) 2) The 10Mbps-only PCI Pro/10 should now work (untested, however) Thanks to Justin Gibbs for providing a PCI bus analyzer trace while the Intel Windows driver was configuring the board...this made it possible to figure out the mystery bit that I wasn't setting in the PHY for full duplex to work. Revision Changes Path 1.30 +89 -22 src/sys/pci/if_fxp.c 1.7 +27 -1 src/sys/pci/if_fxpreg.h