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
/
rlphy.c
Age
Commit message (
Expand
)
Author
2008-09-11
In rlphy_service() for the MII_TICK case don't bother to check whether
Brad Smith
2008-09-08
IEEE 802.3 Annex 28B.3 explicitly specifies the following relative
Brad Smith
2008-06-10
Some header cleanup. Remove some unused headers and shuffle some around
Brad Smith
2007-01-27
In autoneg mode, use RL_MEDIASTAT on re(4), like we do on rl(4) already.
Miod Vallat
2006-12-27
Always explicitly set IFM_HDX for half-duplex.
Mark Kettenis
2006-11-02
simplify parent driver matching code a bit. no-op change.
Brad Smith
2006-07-23
add sys/timeout.h
Brad Smith
2006-05-16
consider re(4) as a possible 8139 chipset.
Brad Smith
2006-02-12
Add support for IC+ IP101 (from brad). -moj ok jsg
Mats O Jansson
2006-02-11
use mii_phy_match().
Brad Smith
2005-07-31
back out change that was not discussed for now
Peter Valchev
2005-07-30
allow re(4) to attach too.
Brad Smith
2005-05-27
some cleanup
Brad Smith
2005-01-28
Get flags passed down to PHY drivers correctly. This was done on
Brad Smith
2005-01-10
make it compile, sigh
Theo de Raadt
2005-01-10
remove unnecessary rlphy_reset(), mii_phy_tick() and
Brad Smith
2004-10-07
*phy -> *sc
Brad Smith
2004-09-30
rtl8139 doesn't setup ANLPAR if the other side is not NWay compatible,
Jason Wright
2004-09-27
ANSI protos and some minor cleanup
Brad Smith
2004-09-26
Restructure the PHY entry points to use a structure of
Brad Smith
2004-09-23
RTL8201L PHY support; from FreeBSD.
Federico G. Schwindt
2004-09-20
don't include sys/malloc.h, no memory management functions are used
Brad Smith
2003-06-02
nuke clase 3 & 4
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2000-08-26
sync mii code with netbsd
Nathan Binkert
1999-12-07
Merge with NetBSD:
Jason Wright
1999-07-23
do not print media information to dmesg; ifconfig shows it
Theo de Raadt
1999-07-16
Sync with NetBSD:
Jason Wright
1998-11-20
MII fixups, should be able to reliably switch modes manually now
Jason Wright
1998-11-18
dev/mii'fy RTL driver and add new phy driver for the 8139 internal phy
Jason Wright