Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2007 02:17:07 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/mii rgephy.c rgephyreg.h
Message-ID:  <200710290217.l9T2H7KA085643@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2007-10-29 02:17:07 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mii          rgephy.c rgephyreg.h 
  Log:
  Add support for RealTek RTL8211B(L) PHY. It's based on the patch
  made by Michael Eisele and the patch was slightly modified by me.
  With this change several NVIDIA ethernet controllers(e.g. MCP61)
  works.
  
  RTL8211B(L) is RealTek's new gigabit PHY. The PHY has several
  features including crossover correction, polarity correction as
  well as supporting triple speed(10/100/1000bps). Data transfer
  between MAC and PHY is via RGMII for 1000baseT, MII for
  10baseT/100baseTX.
  Unfortunately, RealTek used the same model number for RTL8211B(L)
  PHY so there is no way to discriminate between RTL8211B(L) and its
  predecessors. ATM RTL8211B uses revision number 2 so checking the
  revision number seems to be only way to identify it.
  
  Obtained from:  Michael Eisele [1]
  Tested by:      clemens fischer < ino-qc AT spotteswoode DOT de DOT eu DOT org >
  
  Revision  Changes    Path
  1.17      +87 -27    src/sys/dev/mii/rgephy.c
  1.3       +12 -1     src/sys/dev/mii/rgephyreg.h



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