index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
mii
/
ipgphy.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use standardized register definition in mii.h rather than each
yuo
2015-07-19
1
-39
/
+34
*
revert privious commit
yuo
2015-07-19
1
-2
/
+2
*
according to MII specification, these seems to be bug.
yuo
2015-07-19
1
-3
/
+3
*
mii drivers no longer need activate functions. Repair of the PHY
deraadt
2013-12-28
1
-4
/
+4
*
- Fix passing down MAC feature flags; which fixes flow control support.
brad
2013-03-14
1
-2
/
+5
*
Do not use NULL in integer comparisons. No functional change.
miod
2011-04-07
1
-2
/
+2
*
Enable the next page bit for IP1001, otherwise the PHY fails
sthen
2010-02-03
1
-2
/
+4
*
Add support for the IC Plus IP1001 GigE PHY. From FreeBSD, via Brad.
naddy
2009-08-08
1
-37
/
+76
*
Simplify the ipgphy(4) attach routine a bit by making use of
sthen
2009-07-30
1
-22
/
+6
*
formatting knits.
brad
2008-06-10
1
-1
/
+2
*
Some header cleanup. Remove some unused headers and shuffle some around
brad
2008-06-10
1
-3
/
+1
*
Currently unused at the moment but at least allow it to compile.
brad
2008-06-07
1
-5
/
+5
*
Bring last few phys into line by calling their XXX_status() functions
krw
2006-12-31
1
-2
/
+2
*
Set MASTER based on IFM_ETH_MASTER instead of LINK0.
kettenis
2006-12-30
1
-18
/
+5
*
Only advertise flow control if MIIF_DOPAUSE is set.
kettenis
2006-12-30
1
-5
/
+8
*
Use mii_phy_flowstatus() to replace the code that sets flag0/flag1 to
kettenis
2006-12-29
1
-21
/
+3
*
Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.
kettenis
2006-12-23
1
-10
/
+6
*
typo, settning -> setting
brad
2006-08-11
1
-2
/
+2
*
add an initial PHY driver for the IC Plus IP1000A integrated PHY.
brad
2006-07-12
1
-0
/
+421