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
/
rlphy.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use the correct capitalization for Realtek.
brad
2014-11-24
1
-6
/
+6
*
mii drivers no longer need activate functions. Repair of the PHY
deraadt
2013-12-28
1
-3
/
+2
*
Add support for RTL8101E 10/100 PHY.
kettenis
2013-06-15
1
-1
/
+3
*
In rlphy_service() for the MII_TICK case don't bother to check whether
brad
2008-09-11
1
-7
/
+1
*
IEEE 802.3 Annex 28B.3 explicitly specifies the following relative
brad
2008-09-08
1
-4
/
+4
*
Some header cleanup. Remove some unused headers and shuffle some around
brad
2008-06-10
1
-3
/
+5
*
In autoneg mode, use RL_MEDIASTAT on re(4), like we do on rl(4) already.
miod
2007-01-27
1
-2
/
+3
*
Always explicitly set IFM_HDX for half-duplex.
kettenis
2006-12-27
1
-5
/
+5
*
simplify parent driver matching code a bit. no-op change.
brad
2006-11-02
1
-6
/
+10
*
add sys/timeout.h
brad
2006-07-23
1
-1
/
+2
*
consider re(4) as a possible 8139 chipset.
brad
2006-05-16
1
-2
/
+3
*
Add support for IC+ IP101 (from brad). -moj ok jsg
maja
2006-02-12
1
-1
/
+3
*
use mii_phy_match().
brad
2006-02-11
1
-8
/
+14
*
back out change that was not discussed for now
pvalchev
2005-07-31
1
-3
/
+2
*
allow re(4) to attach too.
brad
2005-07-30
1
-2
/
+3
*
some cleanup
brad
2005-05-27
1
-2
/
+2
*
Get flags passed down to PHY drivers correctly. This was done on
brad
2005-01-28
1
-2
/
+2
*
make it compile, sigh
deraadt
2005-01-10
1
-2
/
+2
*
remove unnecessary rlphy_reset(), mii_phy_tick() and
brad
2005-01-10
1
-27
/
+70
*
*phy -> *sc
brad
2004-10-07
1
-9
/
+9
*
rtl8139 doesn't setup ANLPAR if the other side is not NWay compatible,
jason
2004-09-30
1
-2
/
+83
*
ANSI protos and some minor cleanup
brad
2004-09-27
1
-14
/
+5
*
Restructure the PHY entry points to use a structure of
brad
2004-09-26
1
-4
/
+7
*
RTL8201L PHY support; from FreeBSD.
fgsch
2004-09-23
1
-2
/
+12
*
don't include sys/malloc.h, no memory management functions are used
brad
2004-09-20
1
-2
/
+1
*
nuke clase 3 & 4
jason
2003-06-02
1
-6
/
+1
*
First round of __P removal in sys
millert
2002-03-14
1
-5
/
+5
*
sync mii code with netbsd
nate
2000-08-26
1
-35
/
+13
*
Merge with NetBSD:
jason
1999-12-07
1
-21
/
+7
*
do not print media information to dmesg; ifconfig shows it
deraadt
1999-07-23
1
-6
/
+2
*
Sync with NetBSD:
jason
1999-07-16
1
-3
/
+4
*
MII fixups, should be able to reliably switch modes manually now
jason
1998-11-20
1
-3
/
+6
*
dev/mii'fy RTL driver and add new phy driver for the 8139 internal phy
jason
1998-11-18
1
-0
/
+217