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
*
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