summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/ipgphy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use standardized register definition in mii.h rather than eachyuo2015-07-191-39/+34
* revert privious commityuo2015-07-191-2/+2
* according to MII specification, these seems to be bug.yuo2015-07-191-3/+3
* mii drivers no longer need activate functions. Repair of the PHYderaadt2013-12-281-4/+4
* - Fix passing down MAC feature flags; which fixes flow control support.brad2013-03-141-2/+5
* Do not use NULL in integer comparisons. No functional change.miod2011-04-071-2/+2
* Enable the next page bit for IP1001, otherwise the PHY failssthen2010-02-031-2/+4
* Add support for the IC Plus IP1001 GigE PHY. From FreeBSD, via Brad.naddy2009-08-081-37/+76
* Simplify the ipgphy(4) attach routine a bit by making use ofsthen2009-07-301-22/+6
* formatting knits.brad2008-06-101-1/+2
* Some header cleanup. Remove some unused headers and shuffle some aroundbrad2008-06-101-3/+1
* Currently unused at the moment but at least allow it to compile.brad2008-06-071-5/+5
* Bring last few phys into line by calling their XXX_status() functionskrw2006-12-311-2/+2
* Set MASTER based on IFM_ETH_MASTER instead of LINK0.kettenis2006-12-301-18/+5
* Only advertise flow control if MIIF_DOPAUSE is set.kettenis2006-12-301-5/+8
* Use mii_phy_flowstatus() to replace the code that sets flag0/flag1 tokettenis2006-12-291-21/+3
* Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.kettenis2006-12-231-10/+6
* typo, settning -> settingbrad2006-08-111-2/+2
* add an initial PHY driver for the IC Plus IP1000A integrated PHY.brad2006-07-121-0/+421