summaryrefslogtreecommitdiff
path: root/sys/dev/mii/ipgphy.c
AgeCommit message (Collapse)Author
2006-12-31Bring last few phys into line by calling their XXX_status() functionsKenneth R Westerback
through mii_phy_status() rather than directly. No functional change. from brad@ ok mglocker@
2006-12-30Set MASTER based on IFM_ETH_MASTER instead of LINK0.Mark Kettenis
ok brad@
2006-12-30Only advertise flow control if MIIF_DOPAUSE is set.Mark Kettenis
From brad@
2006-12-29Use mii_phy_flowstatus() to replace the code that sets flag0/flag1 toMark Kettenis
report flow control status. From brad@
2006-12-23Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.Mark Kettenis
Based on a diff by brad@
2006-08-11typo, settning -> settingBrad Smith
2006-07-12add an initial PHY driver for the IC Plus IP1000A integrated PHY.Brad Smith
From Pyun YongHyeon <yongari at FreeBSD dot org>