summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/mii_physubr.c
Commit message (Expand)AuthorAgeFilesLines
* r221812 reveals that at least some Broadcom PHYs default to being not onlymarius2011-08-191-2/+2
* Some PHYs like the Level One LXT970 optionally can default to isolationmarius2011-05-121-6/+9
* - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOPmarius2011-05-031-5/+48
* Correct spelling in comments.marius2011-04-221-1/+1
* - Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE ismarius2011-01-141-3/+5
* o Flesh out the generic IEEE 802.3 annex 31B full duplex flow controlmarius2010-11-141-21/+141
* Turn a panic into a printf so IFM_ETH_MASTER on !IFM_1000_T is complainedmarius2010-10-311-1/+1
* Try to make the style consistent (including regarding NetBSD bits not yetmarius2010-10-311-44/+39
* - Given that as of r214264 all PHY drivers using mii(4) finally have beenmarius2010-10-241-94/+1
* Use the mii_data provided via mii_attach_args and mii_pdata respectivelymarius2010-09-271-2/+1
* 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-18/+0
* Add a helper function mii_phy_dev_probe(), which wraps around themarius2006-12-021-1/+13
* Analogous to mii_add_media(), factor out the code for checking whethermarius2006-11-271-0/+6
* - Add a MIIF_FORCEANEG flag which forces an auto-negotiation to alwaysmarius2006-11-271-4/+10
* Reset autonegotiation timer if current media is not 'auto'.oleg2006-07-031-1/+3
* 1) Fix mii_phy_tick():oleg2006-05-161-18/+18
* Add a more generic version of the mii_phy_match routine (mii_phy_match_gen)imp2005-09-301-2/+10
* Use ANSI function definitions, in preference to the K&R definitions.imp2005-02-151-4/+2
* Remove double __FBSDID and move the remaining one into a common place aftermarius2004-05-291-3/+0
* Correct the phy_service() routine case MII_TICK to correctly trackandre2004-05-031-2/+4
* Use __FBSDID().obrien2003-08-241-0/+3
* Remove unnecessary breaks.phk2003-05-311-2/+0
* Use __FBSDID rather than rcsid[].obrien2003-04-031-5/+3
* Increase gigE negotiation timeout to 17 seconds.phk2002-05-041-5/+5
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyphk2002-05-041-97/+36
* Introduce NetBSD's mii_phy_match() API and use it in the nsgphy tophk2002-04-291-0/+12
* Make one generic mii_phy_detach() to replace 19 slightly different ones.phk2002-04-291-14/+27
* Move a lot closer to NetBSDs MII support for GigE.phk2002-04-291-50/+194
* Moving closer to being able to use NetBSD's generic mii_set_media()phk2002-04-291-16/+104
* Edging ever closer to NetBSD...phk2002-04-291-4/+4
* Don't pass three args when one will do just fine, and even preventphk2002-04-281-3/+9
* Improve an API by about 4 lines per driver.phk2002-04-281-0/+5
* Remove __P.alfred2002-03-201-1/+1
* Add new device method miibus_linkchg, along with a service routine.jlemon2001-09-291-0/+66
* Grrrrr. That last commit was supposed to be to the head, not to -stablewpaul2000-12-121-1/+11
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* This commit adds support for the NetBSD MII abstraction layer andwpaul1999-08-211-0/+264
OpenPOWER on IntegriCloud