index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
mii
/
ipgphy.c
Age
Commit message (
Expand
)
Author
2011-04-07
Do not use NULL in integer comparisons. No functional change.
Miod Vallat
2010-02-03
Enable the next page bit for IP1001, otherwise the PHY fails
Stuart Henderson
2009-08-08
Add support for the IC Plus IP1001 GigE PHY. From FreeBSD, via Brad.
Christian Weisgerber
2009-07-30
Simplify the ipgphy(4) attach routine a bit by making use of
Stuart Henderson
2008-06-10
formatting knits.
Brad Smith
2008-06-10
Some header cleanup. Remove some unused headers and shuffle some around
Brad Smith
2008-06-07
Currently unused at the moment but at least allow it to compile.
Brad Smith
2006-12-31
Bring last few phys into line by calling their XXX_status() functions
Kenneth R Westerback
2006-12-30
Set MASTER based on IFM_ETH_MASTER instead of LINK0.
Mark Kettenis
2006-12-30
Only advertise flow control if MIIF_DOPAUSE is set.
Mark Kettenis
2006-12-29
Use mii_phy_flowstatus() to replace the code that sets flag0/flag1 to
Mark Kettenis
2006-12-23
Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.
Mark Kettenis
2006-08-11
typo, settning -> setting
Brad Smith
2006-07-12
add an initial PHY driver for the IC Plus IP1000A integrated PHY.
Brad Smith