summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/ip1000phy.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-021-12/+2
| | | | | | | | | | | mii_phy_match() API and takes care of the PHY device probe based on the struct mii_phydesc array and the match return value provided. Convert PHY drivers to take advantage of mii_phy_dev_probe(), converting drivers to provide a mii_phydesc table in the first place where necessary. Reviewed by: yongari MFC after: 2 weeks
* Add ip1000 PHY driver for IC Plus IP1000A integrated PHY.yongari2006-07-251-0/+444
OpenPOWER on IntegriCloud