aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii/mii_physubr.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Instead of storing mii_media_table array index in ifm_data, determineGleb Smirnoff2015-04-211-46/+114
* Clean some dead code.Gleb Smirnoff2015-01-141-7/+0
* The MII layer shouldn't care about administrative status of anGleb Smirnoff2013-10-261-5/+0
* r221812 reveals that at least some Broadcom PHYs default to being not onlyMarius Strobl2011-08-191-2/+2
* Some PHYs like the Level One LXT970 optionally can default to isolationMarius Strobl2011-05-121-6/+9
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPMarius Strobl2011-05-031-5/+48
* Correct spelling in comments.Marius Strobl2011-04-221-1/+1
* - Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE isMarius Strobl2011-01-141-3/+5
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlMarius Strobl2010-11-141-21/+141
* Turn a panic into a printf so IFM_ETH_MASTER on !IFM_1000_T is complainedMarius Strobl2010-10-311-1/+1
* Try to make the style consistent (including regarding NetBSD bits not yetMarius Strobl2010-10-311-44/+39
* - Given that as of r214264 all PHY drivers using mii(4) finally have beenMarius Strobl2010-10-241-94/+1
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelyMarius Strobl2010-09-271-2/+1
* 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-18/+0
* Add a helper function mii_phy_dev_probe(), which wraps around theMarius Strobl2006-12-021-1/+13
* Analogous to mii_add_media(), factor out the code for checking whetherMarius Strobl2006-11-271-0/+6
* - Add a MIIF_FORCEANEG flag which forces an auto-negotiation to alwaysMarius Strobl2006-11-271-4/+10
* Reset autonegotiation timer if current media is not 'auto'.Oleg Bulyzhin2006-07-031-1/+3
* 1) Fix mii_phy_tick():Oleg Bulyzhin2006-05-161-18/+18
* Add a more generic version of the mii_phy_match routine (mii_phy_match_gen)Warner Losh2005-09-301-2/+10
* Use ANSI function definitions, in preference to the K&R definitions.Warner Losh2005-02-151-4/+2
* Remove double __FBSDID and move the remaining one into a common place afterMarius Strobl2004-05-291-3/+0
* Correct the phy_service() routine case MII_TICK to correctly trackAndre Oppermann2004-05-031-2/+4
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Remove unnecessary breaks.Poul-Henning Kamp2003-05-311-2/+0
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-5/+3
* Increase gigE negotiation timeout to 17 seconds.Poul-Henning Kamp2002-05-041-5/+5
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyPoul-Henning Kamp2002-05-041-97/+36
* Introduce NetBSD's mii_phy_match() API and use it in the nsgphy toPoul-Henning Kamp2002-04-291-0/+12
* Make one generic mii_phy_detach() to replace 19 slightly different ones.Poul-Henning Kamp2002-04-291-14/+27
* Move a lot closer to NetBSDs MII support for GigE.Poul-Henning Kamp2002-04-291-50/+194
* Moving closer to being able to use NetBSD's generic mii_set_media()Poul-Henning Kamp2002-04-291-16/+104
* Edging ever closer to NetBSD...Poul-Henning Kamp2002-04-291-4/+4
* Don't pass three args when one will do just fine, and even preventPoul-Henning Kamp2002-04-281-3/+9
* Improve an API by about 4 lines per driver.Poul-Henning Kamp2002-04-281-0/+5
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Add new device method miibus_linkchg, along with a service routine.Jonathan Lemon2001-09-291-0/+66
* Grrrrr. That last commit was supposed to be to the head, not to -stableBill Paul2000-12-121-1/+11
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* This commit adds support for the NetBSD MII abstraction layer andBill Paul1999-08-211-0/+264