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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
1
-5
/
+3
*
Put function return types on a line by themselves.
alfred
2002-10-14
1
-13
/
+21
*
Revert change to detect multiply PHYs in mii code. There might be cases
ambrisko
2002-08-16
1
-5
/
+2
*
Only attach one PHY device to a controller. NetBSD has similar code.
ambrisko
2002-08-07
1
-2
/
+5
*
Make one generic mii_phy_detach() to replace 19 slightly different ones.
phk
2002-04-29
1
-0
/
+12
*
Remove __P.
alfred
2002-03-20
1
-5
/
+5
*
Note the 'common knowledge' assumption that each NIC's softc starts
mjacob
2001-10-01
1
-0
/
+9
*
Add new device method miibus_linkchg, along with a service routine.
jlemon
2001-09-29
1
-0
/
+29
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-8
/
+4
*
Provide a tag so that miibus consumers can depend on the module,
peter
2000-04-29
1
-0
/
+2
*
Remove the 'ivars' arguement to device_add_child() and
mdodd
1999-12-03
1
-2
/
+4
*
$Id$ -> $FreeBSD$
peter
1999-09-05
1
-1
/
+1
*
The ASIC on the 3c905C appears to be manufactured by Broadcom (previous
wpaul
1999-08-29
1
-2
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Handle buses with multiple PHYs correctly.
wpaul
1999-08-26
1
-5
/
+3
*
This commit adds support for the NetBSD MII abstraction layer and
wpaul
1999-08-21
1
-0
/
+326