Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2009 17:12:43 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/mii e1000phy.c
Message-ID:  <200909111713.n8BHD5gS065121@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2009-09-11 17:12:43 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/dev/mii          e1000phy.c 
  Log:
  SVN rev 197094 on 2009-09-11 17:12:43Z by yongari
  
  MFC r196366:
    Backout r193289. r193289 restored page select bits to previous
    value instead of blindly resetting it to 0. However, it seems page
    select bits of some 88E1116 PHY is initialized to invalid one such
    that restoring page select bits after programming broke MII
    register access. The correct solution would be reset page select
    bits to 0 in PHY attach stage but it would require more testing.
    Since we're in BETA stage such a change would be dangerous so just
    back it out.
    This change should fix nfe(4) breakage on NVIDIA MCP55.
  
    Reported by:  Ryan Rogers < webmaster <> doghouserepair dot com >
                  Sam Fourman Jr. < sfourman <> gmail dot com >
    Tested by:    Ryan Rogers < webmaster <> doghouserepair dot com >
                  Sam Fourman Jr. < sfourman <> gmail dot com >
  
  Revision  Changes    Path
  1.18.2.9  +1 -3      src/sys/dev/mii/e1000phy.c



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