Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Mar 1997 00:00:26 -0800 (PST)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/pci if_fxp.c if_fxpreg.h
Message-ID:  <199703210800.AAA03118@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703210800.AAA03118>