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
/
miivar.h
Age
Commit message (
Expand
)
Author
2010-04-20
mii_activate() is unused
Theo de Raadt
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2008-11-08
Add a softc field mii_oui to store the OUI.
Brad Smith
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2006-12-28
Add function to detect flow control status. From NetBSD.
Mark Kettenis
2005-11-06
move some macros from mii.h to miivar.h
Brad Smith
2005-07-23
back out last commit, this causes problems on some systems.
Brad Smith
2005-07-22
Reading the IEEE specs shows that the bits have to be reversed when
Brad Smith
2005-03-26
Cleanup. Use defines, standard names, consistant comparison operators, etc.
Kenneth R Westerback
2004-12-16
Make sure ifp->if_baudrate is valid when the parent's statchg
Brad Smith
2004-11-18
add mii_phy_match() for table-driven lookup.
Brad Smith
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-08-02
more MII flags
Brad Smith
2003-10-13
Bring bge and brgphy more up to date with changes from FreeBSD and NetBSD.
Kenneth R Westerback
2003-09-26
Typos: defintion -> definition, proccess -> process
Miod Vallat
2002-05-04
some space and tab cleanup.
Federico G. Schwindt
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-10-05
Differentiate between 1000baseT and 1000baseX.
Nathan Binkert
2001-08-19
More old timeouts removal, mainly affected unused/unmaintained code.
Miod Vallat
2001-06-25
Change autonegotiation timeout for devices with a gigabit phy to 10s. All
Nathan Binkert
2001-06-08
Add some general support info for gigabit phys
Nathan Binkert
2001-05-03
Add an MIIF_AUTOTSLEEP flag, needed by new aue(4) code. From NetBSD.
Aaron Campbell
2000-10-16
Do not pass any flags to mii_attach() through the mii_phy_probe() wrapper.
Aaron Campbell
2000-08-26
sync mii code with netbsd
Nathan Binkert
2000-06-30
Convert to new timeouts.
Artur Grabowski
2000-04-24
Add simple mii detach routine while waiting for the post-2.7
Niklas Hallqvist
1999-12-07
Merge with NetBSD:
Jason Wright
1999-07-16
Sync with NetBSD:
Jason Wright
1998-11-11
Merge with NetBSD:
Jason Wright
1998-09-10
OpenBSD gets sys/dev/mii layer from NetBSD
Jason Wright