cvs commit: src/sys/dev/msk if_msk.c if_mskreg.h
Pyun YongHyeon
yongari at FreeBSD.org
Sat Feb 2 23:50:20 PST 2008
yongari 2008-02-03 07:50:19 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/msk if_msk.c if_mskreg.h
Log:
MFC if_msk.c rev 1.22, if_mskreg.h 1.9 to RELENG_6.
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.
Revision Changes Path
1.11.2.13 +16 -21 src/sys/dev/msk/if_msk.c
1.3.2.8 +0 -1 src/sys/dev/msk/if_mskreg.h
More information about the cvs-src
mailing list