summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/miivar.h
Commit message (Expand)AuthorAgeFilesLines
* There's no need export the device interface methods of miibus(4).marius2011-11-181-4/+0
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-27/+57
* Correct spelling in comments.marius2011-04-221-1/+1
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-141-0/+4
* Make a comment reflect reality.marius2010-10-311-1/+1
* - Given that as of r214264 all PHY drivers using mii(4) finally have beenmarius2010-10-241-2/+0
* Now that all previous users of mii_phy_probe() have been convertedmarius2010-10-151-1/+0
* Add a NetBSD-compatible mii_attach(), which is intended to eventuallymarius2010-10-141-11/+39
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-031-7/+0
* Remove mii_media_from_bmcr(); all previous users have been converted tomarius2007-01-131-2/+0
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-021-0/+1
* - Add a MIIF_FORCEANEG flag which forces an auto-negotiation to alwaysmarius2006-11-271-0/+1
* Introduce MII_ANEGTICKS and MII_ANEGTICKS_GIGE defines.oleg2006-05-161-0/+4
* Add a more generic version of the mii_phy_match routine (mii_phy_match_gen)imp2005-09-301-1/+4
* Add macros which follow the miidevs design pattern to make it easierimp2005-09-301-0/+3
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyphk2002-05-041-3/+1
* Introduce NetBSD's mii_phy_match() API and use it in the nsgphy tophk2002-04-291-0/+11
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-291-1/+3
* Move a lot closer to NetBSDs MII support for GigE.phk2002-04-291-0/+1
* Moving closer to being able to use NetBSD's generic mii_set_media()phk2002-04-291-2/+34
* Edging ever closer to NetBSD...phk2002-04-291-6/+5
* Don't pass three args when one will do just fine, and even preventphk2002-04-281-1/+1
* Remove __P.alfred2002-03-201-21/+20
* Add field for last active status, as well as function prototypes.jlemon2001-09-291-0/+3
* Grrrrr. That last commit was supposed to be to the head, not to -stablewpaul2000-12-121-0/+2
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* This commit adds support for the NetBSD MII abstraction layer andwpaul1999-08-211-0/+178
OpenPOWER on IntegriCloud