cvs commit: src/sys/dev/netif/mii_layer Makefile miidevs rgephy.c rgephyreg.h

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Mon Dec 26 05:42:54 PST 2005


sephe       2005/12/26 05:36:18 PST

DragonFly src repository

  Modified files:
    sys/dev/netif/mii_layer Makefile miidevs 
  Added files:
    sys/dev/netif/mii_layer rgephy.c rgephyreg.h 
  Log:
  Add PHY module for re(4)
  
  Changes to the original code:
  - Turn on MIIF_IS_1000X so that mii_bmsr_media_to_anar() won't lie
  - Enable auto-negotiation in rgephy_reset() so that ifconfig(8) will report
    correct media even when re(4) is not up
  
  Obtained-from: FreeBSD
  Patched-by: me and Gary Allan <dragonfly at xxxxxxxxxxxxxxx>
  Requested-by: Tomaz Borstnar <tomaz.borstnar at xxxxxxxx>
  Tested-by: Tomaz Borstnar <tomaz.borstnar at xxxxxxxx>
  	   Gary Allan <dragonfly at xxxxxxxxxxxxxxx>
  	   and me
  
  # Thank Bill Paul and many other people for their work on this PHY module
  
  Revision  Changes    Path
  1.7       +1 -1      src/sys/dev/netif/mii_layer/Makefile
  1.6       +3 -0      src/sys/dev/netif/mii_layer/miidevs


http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/mii_layer/Makefile.diff?r1=1.6&r2=1.7&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/mii_layer/miidevs.diff?r1=1.5&r2=1.6&f=u





More information about the Commits mailing list