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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some missing <sys/module.h> includes which are masked by the
phk
2004-05-30
10
-0
/
+10
*
DP83840A on hme(4) don't advertise their media capabilities themselves
marius
2004-05-29
1
-4
/
+11
*
Spelling fix in a comment.
marius
2004-05-29
1
-1
/
+1
*
Remove double __FBSDID and move the remaining one into a common place after
marius
2004-05-29
21
-84
/
+27
*
Move __FBSDID out from under a comment.
marius
2004-05-29
1
-3
/
+3
*
Spelling fix in a comment.
marius
2004-05-29
1
-1
/
+1
*
Link state change notification of ethernet media to the routing socket.
andre
2004-05-03
1
-4
/
+18
*
Correct the phy_service() routine case MII_TICK to correctly track
andre
2004-05-03
9
-19
/
+21
*
Make sure set the media type in the phy, we cannot trust it to have chosen
phk
2004-01-17
1
-0
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+2
*
Typo when setting wirespeed. || != |
ps
2003-09-28
1
-1
/
+1
*
Add support for SK-9521 V2.0 and 3COM 3C940.
wilko
2003-09-20
3
-50
/
+114
*
Clean up dead code.
wpaul
2003-09-11
1
-15
/
+8
*
Add a PHY driver to support the built-in gigE PHY in the 8169S/8110S
wpaul
2003-09-11
3
-0
/
+628
*
Add a device driver for the Broadcom BCM4401 ethernet controller,
wpaul
2003-09-09
2
-0
/
+4
*
Take the support for the 8139C+/8169/8169S/8110S chips out of the
wpaul
2003-09-08
1
-2
/
+3
*
Use __FBSDID().
obrien
2003-08-24
24
-5
/
+72
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
2
-3
/
+3
*
On Dell boxes such as the PE2650 we need to disable 3 led mode for the
ambrisko
2003-08-20
1
-0
/
+7
*
Add support for the Broadcom BCM5901 and BCM5901 rev A2 chips.
wpaul
2003-08-12
1
-5
/
+25
*
Add support for the BCM5705 and its ilk. Changes:
wpaul
2003-07-16
2
-0
/
+27
*
Fix bge at 10Mbit. The defines for 10-Half and 10-Full were swapped.
ps
2003-06-17
1
-2
/
+2
*
Remove unnecessary breaks.
phk
2003-05-31
7
-14
/
+1
*
Something I missed in my tree.
ps
2003-05-04
1
-2
/
+18
*
- Move bge_phy_hack into the phy code and implement the various DSP
ps
2003-05-03
1
-20
/
+161
*
Add RealTek RTL8150 USB to fast Ethernet controller driver.
akiyama
2003-05-03
2
-0
/
+335
*
Add untested support for the Broadcom 5704.
ps
2003-05-02
2
-0
/
+7
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
19
-110
/
+59
*
Remove unused variable and code.
peter
2003-02-19
1
-2
/
+0
*
Remove miidevs.h and generate it from miidevs at compile time.
obrien
2003-01-19
21
-388
/
+18
*
Regenerate
obrien
2003-01-13
1
-1
/
+3
*
Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHY
obrien
2003-01-12
2
-0
/
+4
*
Remove unnecessary <sys/malloc.h> include.
semenu
2002-10-29
8
-8
/
+0
*
Put function return types on a line by themselves.
alfred
2002-10-14
18
-75
/
+111
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
2
-2
/
+2
*
Add support for the BCM5703x chips. I do not have one of these
jdp
2002-09-08
3
-0
/
+9
*
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
*
regenerate
benno
2002-07-05
1
-3
/
+9
*
Add a driver for the Broadcom BCM52xx "mini-theta" PHY. This includes the
benno
2002-07-05
3
-0
/
+483
*
Use 3C905C instead of 3c905Cphy as the identifier for the Broadcom PHY used
benno
2002-07-05
2
-3
/
+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
16
-331
/
+115
*
MII_TICK handlers need not restart aneg on these PHYs, they behave pretty
semenu
2002-05-01
2
-109
/
+55
*
Introduce NetBSD's mii_phy_match() API and use it in the nsgphy to
phk
2002-04-29
3
-10
/
+45
*
Convert exphy and ukphy over to the new code.
phk
2002-04-29
3
-61
/
+10
*
Make one generic mii_phy_detach() to replace 19 slightly different ones.
phk
2002-04-29
22
-339
/
+61
*
Move a lot closer to NetBSDs MII support for GigE.
phk
2002-04-29
6
-289
/
+244
*
Moving closer to being able to use NetBSD's generic mii_set_media()
phk
2002-04-29
3
-20
/
+141
*
Edging ever closer to NetBSD...
phk
2002-04-29
3
-12
/
+11
[next]