summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/miivar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mii_softc's view of the current mii state need to use the proper typesmiod2015-09-121-3/+3
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-7/+7
* mii drivers no longer need activate functions. Repair of the PHYderaadt2013-12-281-2/+1
* mii_activate() is unusedderaadt2010-04-201-2/+1
* Get rid of devact enum, substitute it with an int and coresponding defines.pirofti2009-10-131-3/+3
* Add a softc field mii_oui to store the OUI.brad2008-11-081-1/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Add function to detect flow control status. From NetBSD.kettenis2006-12-281-1/+3
* move some macros from mii.h to miivar.hbrad2005-11-061-1/+5
* back out last commit, this causes problems on some systems.brad2005-07-231-6/+1
* Reading the IEEE specs shows that the bits have to be reversed whenbrad2005-07-221-2/+7
* Cleanup. Use defines, standard names, consistant comparison operators, etc.krw2005-03-261-1/+6
* Make sure ifp->if_baudrate is valid when the parent's statchgbrad2004-12-161-2/+2
* add mii_phy_match() for table-driven lookup.brad2004-11-181-1/+13
* ANSI protos and some minor cleanupbrad2004-09-271-10/+1
* Restructure the PHY entry points to use a structure ofbrad2004-09-261-13/+18
* more MII flagsbrad2004-08-021-1/+5
* Bring bge and brgphy more up to date with changes from FreeBSD and NetBSD.krw2003-10-131-1/+3
* Typos: defintion -> definition, proccess -> processmiod2003-09-261-2/+2
* some space and tab cleanup.fgsch2002-05-041-2/+2
* First round of __P removal in sysmillert2002-03-141-28/+28
* Differentiate between 1000baseT and 1000baseX.nate2001-10-051-4/+9
* More old timeouts removal, mainly affected unused/unmaintained code.miod2001-08-191-3/+3
* Change autonegotiation timeout for devices with a gigabit phy to 10s. Allnate2001-06-251-1/+2
* Add some general support info for gigabit physnate2001-06-081-2/+7
* Add an MIIF_AUTOTSLEEP flag, needed by new aue(4) code. From NetBSD.aaron2001-05-031-2/+3
* Do not pass any flags to mii_attach() through the mii_phy_probe() wrapper.aaron2000-10-161-2/+2
* sync mii code with netbsdnate2000-08-261-9/+55
* Convert to new timeouts.art2000-06-301-1/+3
* Add simple mii detach routine while waiting for the post-2.7niklas2000-04-241-1/+2
* Merge with NetBSD:jason1999-12-071-7/+28
* Sync with NetBSD:jason1999-07-161-4/+5
* Merge with NetBSD:jason1998-11-111-3/+26
* OpenBSD gets sys/dev/mii layer from NetBSDjason1998-09-101-0/+147