Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Nov 2009 19:11:03 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/mii e1000phy.c e1000phyreg.h src/sys/dev/msk if_msk.c if_mskreg.h
Message-ID:  <200911291911.nATJBW55006091@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2009-11-29 19:11:03 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/dev/mii          e1000phy.c e1000phyreg.h 
    sys/dev/msk          if_msk.c if_mskreg.h 
  Log:
  SVN rev 199916 on 2009-11-29 19:11:03Z by yongari
  
  MFC 197590.
    Add hack to pass controller specific information to phy driver.
    Unlike most other PHYs there is no easy way to know which media
    type the PHY supports on Marvell PHYs. MIIF_HAVEFIBER flags is now
    passed via bus-specific instance variable of a device. While I'm
    here add 88E1112 specific work around to set SIGDET polarity low.
    Many thanks "Eugene Perevyazko <john <> dnepro dot net>" who kindly
    gave remote access to system with DGE-560SX.
  
  Revision  Changes    Path
  1.30.2.5  +22 -0     src/sys/dev/mii/e1000phy.c
  1.7.2.2   +5 -0      src/sys/dev/mii/e1000phyreg.h
  1.64.2.4  +19 -14    src/sys/dev/msk/if_msk.c
  1.27.2.3  +6 -1      src/sys/dev/msk/if_mskreg.h



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