summaryrefslogtreecommitdiff
path: root/sys/dev/mii/ipgphy.c
AgeCommit message (Expand)Author
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-02-03Enable the next page bit for IP1001, otherwise the PHY failsStuart Henderson
2009-08-08Add support for the IC Plus IP1001 GigE PHY. From FreeBSD, via Brad.Christian Weisgerber
2009-07-30Simplify the ipgphy(4) attach routine a bit by making use ofStuart Henderson
2008-06-10formatting knits.Brad Smith
2008-06-10Some header cleanup. Remove some unused headers and shuffle some aroundBrad Smith
2008-06-07Currently unused at the moment but at least allow it to compile.Brad Smith
2006-12-31Bring last few phys into line by calling their XXX_status() functionsKenneth R Westerback
2006-12-30Set MASTER based on IFM_ETH_MASTER instead of LINK0.Mark Kettenis
2006-12-30Only advertise flow control if MIIF_DOPAUSE is set.Mark Kettenis
2006-12-29Use mii_phy_flowstatus() to replace the code that sets flag0/flag1 toMark Kettenis
2006-12-23Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.Mark Kettenis
2006-08-11typo, settning -> settingBrad Smith
2006-07-12add an initial PHY driver for the IC Plus IP1000A integrated PHY.Brad Smith