aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/miivar.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-251-1/+1
* miibus: Add support for mapping OFW nodes to PHY devicesKornel Duleba2022-03-291-1/+22
* Add support for bcm54213PE in brgphy.Mike Karels2020-06-181-0/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add a set of constants describing the ways a MAC and PHY can be connected.Ian Lepore2017-06-101-0/+36
* Instead of storing mii_media_table array index in ifm_data, determineGleb Smirnoff2015-04-211-21/+0
* Clean some dead code.Gleb Smirnoff2015-01-141-2/+0
* Remove unused fields.Gleb Smirnoff2015-01-131-14/+0
* In miibus(4) drivers provide functions that allow to get NICGleb Smirnoff2015-01-121-0/+4
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-021-2/+3
* There's no need export the device interface methods of miibus(4).Marius Strobl2011-11-181-4/+0
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-27/+57
* Correct spelling in comments.Marius Strobl2011-04-221-1/+1
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-141-0/+4
* Make a comment reflect reality.Marius Strobl2010-10-311-1/+1
* - Given that as of r214264 all PHY drivers using mii(4) finally have beenMarius Strobl2010-10-241-2/+0
* Now that all previous users of mii_phy_probe() have been convertedMarius Strobl2010-10-151-1/+0
* Add a NetBSD-compatible mii_attach(), which is intended to eventuallyMarius Strobl2010-10-141-11/+39
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-031-7/+0
* Remove mii_media_from_bmcr(); all previous users have been converted toMarius Strobl2007-01-131-2/+0
* Add a helper function mii_phy_dev_probe(), which wraps around theMarius Strobl2006-12-021-0/+1
* - Add a MIIF_FORCEANEG flag which forces an auto-negotiation to alwaysMarius Strobl2006-11-271-0/+1
* Introduce MII_ANEGTICKS and MII_ANEGTICKS_GIGE defines.Oleg Bulyzhin2006-05-161-0/+4
* Add a more generic version of the mii_phy_match routine (mii_phy_match_gen)Warner Losh2005-09-301-1/+4
* Add macros which follow the miidevs design pattern to make it easierWarner Losh2005-09-301-0/+3
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp2002-05-041-3/+1
* Introduce NetBSD's mii_phy_match() API and use it in the nsgphy toPoul-Henning Kamp2002-04-291-0/+11
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-291-1/+3
* Move a lot closer to NetBSDs MII support for GigE.Poul-Henning Kamp2002-04-291-0/+1
* Moving closer to being able to use NetBSD's generic mii_set_media()Poul-Henning Kamp2002-04-291-2/+34
* Edging ever closer to NetBSD...Poul-Henning Kamp2002-04-291-6/+5
* Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp2002-04-281-1/+1
* Remove __P.Alfred Perlstein2002-03-201-21/+20
* Add field for last active status, as well as function prototypes.Jonathan Lemon2001-09-291-0/+3
* Grrrrr. That last commit was supposed to be to the head, not to -stableBill Paul2000-12-121-0/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This commit adds support for the NetBSD MII abstraction layer andBill Paul1999-08-211-0/+178