index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
mii
/
mii_physubr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r221812 reveals that at least some Broadcom PHYs default to being not only
marius
2011-08-19
1
-2
/
+2
*
Some PHYs like the Level One LXT970 optionally can default to isolation
marius
2011-05-12
1
-6
/
+9
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-5
/
+48
*
Correct spelling in comments.
marius
2011-04-22
1
-1
/
+1
*
- Don't announce PAUSE support for half-duplex when MIIF_FORCEPAUSE is
marius
2011-01-14
1
-3
/
+5
*
o Flesh out the generic IEEE 802.3 annex 31B full duplex flow control
marius
2010-11-14
1
-21
/
+141
*
Turn a panic into a printf so IFM_ETH_MASTER on !IFM_1000_T is complained
marius
2010-10-31
1
-1
/
+1
*
Try to make the style consistent (including regarding NetBSD bits not yet
marius
2010-10-31
1
-44
/
+39
*
- Given that as of r214264 all PHY drivers using mii(4) finally have been
marius
2010-10-24
1
-94
/
+1
*
Use the mii_data provided via mii_attach_args and mii_pdata respectively
marius
2010-09-27
1
-2
/
+1
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-03
1
-7
/
+0
*
Remove mii_media_from_bmcr(); all previous users have been converted to
marius
2007-01-13
1
-18
/
+0
*
Add a helper function mii_phy_dev_probe(), which wraps around the
marius
2006-12-02
1
-1
/
+13
*
Analogous to mii_add_media(), factor out the code for checking whether
marius
2006-11-27
1
-0
/
+6
*
- Add a MIIF_FORCEANEG flag which forces an auto-negotiation to always
marius
2006-11-27
1
-4
/
+10
*
Reset autonegotiation timer if current media is not 'auto'.
oleg
2006-07-03
1
-1
/
+3
*
1) Fix mii_phy_tick():
oleg
2006-05-16
1
-18
/
+18
*
Add a more generic version of the mii_phy_match routine (mii_phy_match_gen)
imp
2005-09-30
1
-2
/
+10
*
Use ANSI function definitions, in preference to the K&R definitions.
imp
2005-02-15
1
-4
/
+2
*
Remove double __FBSDID and move the remaining one into a common place after
marius
2004-05-29
1
-3
/
+0
*
Correct the phy_service() routine case MII_TICK to correctly track
andre
2004-05-03
1
-2
/
+4
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Remove unnecessary breaks.
phk
2003-05-31
1
-2
/
+0
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
1
-5
/
+3
*
Increase gigE negotiation timeout to 17 seconds.
phk
2002-05-04
1
-5
/
+5
*
Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't really
phk
2002-05-04
1
-97
/
+36
*
Introduce NetBSD's mii_phy_match() API and use it in the nsgphy to
phk
2002-04-29
1
-0
/
+12
*
Make one generic mii_phy_detach() to replace 19 slightly different ones.
phk
2002-04-29
1
-14
/
+27
*
Move a lot closer to NetBSDs MII support for GigE.
phk
2002-04-29
1
-50
/
+194
*
Moving closer to being able to use NetBSD's generic mii_set_media()
phk
2002-04-29
1
-16
/
+104
*
Edging ever closer to NetBSD...
phk
2002-04-29
1
-4
/
+4
*
Don't pass three args when one will do just fine, and even prevent
phk
2002-04-28
1
-3
/
+9
*
Improve an API by about 4 lines per driver.
phk
2002-04-28
1
-0
/
+5
*
Remove __P.
alfred
2002-03-20
1
-1
/
+1
*
Add new device method miibus_linkchg, along with a service routine.
jlemon
2001-09-29
1
-0
/
+66
*
Grrrrr. That last commit was supposed to be to the head, not to -stable
wpaul
2000-12-12
1
-1
/
+11
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
This commit adds support for the NetBSD MII abstraction layer and
wpaul
1999-08-21
1
-0
/
+264