cvs commit: src/sys/dev/msk if_msk.c if_mskreg.h

Pyun YongHyeon yongari at FreeBSD.org
Mon Nov 19 23:33:01 PST 2007


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


More information about the cvs-all mailing list