From owner-cvs-sys Fri Mar 21 00:00:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA03125 for cvs-sys-outgoing; Fri, 21 Mar 1997 00:00:30 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA03118; Fri, 21 Mar 1997 00:00:26 -0800 (PST) Date: Fri, 21 Mar 1997 00:00:26 -0800 (PST) From: David Greenman Message-Id: <199703210800.AAA03118@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/21 00:00:24 Modified: sys/pci if_fxp.c if_fxpreg.h Log: Added support for newer cards that have the DP83840A PHY chip. Fixed a bug in fxp_mdi_write - a hex number was missing a preceding 0x and this was causing the routine to not wait for a PHY write to complete. Added support for link0, link1, and link2 flags to toggle auto- negotiation, 10/100, and half/full duplex: link0 disable auto-negotiation When set, these flags then have meaning: -link1 10Mbps link1 100Mbps -link2 half duplex link2 full duplex ...needs a manual page. Revision Changes Path 1.31 +36 -8 src/sys/pci/if_fxp.c 1.8 +10 -1 src/sys/pci/if_fxpreg.h