Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2007 07:33:01 +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/msk if_msk.c if_mskreg.h
Message-ID:  <200711200733.lAK7X1PX024484@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2007-11-20 07:33:01 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/msk          if_msk.c if_mskreg.h 
  Log:
  Make phy respond only at address 0. This makes phy driver attached
  only at address 0 which is supposed to be the only valid phy address
  on Marvell PHY. The more correct solution would be masking PHY
  address ranges allowable in PHY probe routine. Unfortunately,
  FreeBSD has no way to retrict the PHY address ranges or to pass special
  flags to PHY driver.
  This change assumes that PHY hardwares attached to msk(4) would be
  Marvell made 88E11xx PHY.
  
  With this changes the phantom phys attached on 88E8036(Yukon FE)
  should disappear.
  
  Reported by:    Oleg Lomaka  < oleg AT lomaka DOT org DOT ua >
  Tested by:      Oleg Lomaka  < oleg AT lomaka DOT org DOT ua >
  
  Revision  Changes    Path
  1.22      +16 -21    src/sys/dev/msk/if_msk.c
  1.9       +0 -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?200711200733.lAK7X1PX024484>