1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys/dev/mii
Pyun YongHyeon d612cc5947 IEEE 802.3 Annex 28B.3 explicitly specifies the following relative
priorities of the technologies supported by 802.3 Selector Field
value.

1000BASE-T full duplex
1000BASE-T
100BASE-T2 full duplex
100BASE-TX full duplex
100BASE-T2
100BASE-T4
100BASE-TX
10BASE-T full duplex
10BAST-T

However PHY drivers didn't honor the order such that 100BASE-T4 had
higher priority than 100BASE-TX full duplex. Fix that long standing
bugs such that have PHY drivers choose the highest common denominator
ability.
Fix a bug in dcphy which inadvertently aceepts 100BASE-T4.

PR:	92599
2007-11-16 10:25:36 +00:00
..
acphy.c
acphyreg.h
amphy.c IEEE 802.3 Annex 28B.3 explicitly specifies the following relative 2007-11-16 10:25:36 +00:00
amphyreg.h
bmtphy.c
bmtphyreg.h
brgphy.c
brgphyreg.h
ciphy.c
ciphyreg.h
e1000phy.c Add 88E1116/88E1116R PHY support code that takes the PHY out of 2007-10-29 05:50:22 +00:00
e1000phyreg.h Add 88E1116/88E1116R PHY support code that takes the PHY out of 2007-10-29 05:50:22 +00:00
exphy.c
gentbi.c - Remove MIIF_NOISOLATE; there's generally no reason to let gentbi(4) 2007-10-29 21:11:55 +00:00
icsphy.c
icsphyreg.h
inphy.c
inphyreg.h
ip1000phy.c
ip1000phyreg.h
lxtphy.c
lxtphyreg.h
mii_physubr.c
mii.c
mii.h
miibus_if.m
miidevs Add a newer RTL8211B(L) PHY. 2007-10-29 02:17:44 +00:00
miivar.h
mlphy.c
nsgphy.c
nsgphyreg.h
nsphy.c IEEE 802.3 Annex 28B.3 explicitly specifies the following relative 2007-11-16 10:25:36 +00:00
nsphyreg.h
pnaphy.c
qsphy.c
qsphyreg.h
rgephy.c Setting sc->mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach() 2007-10-30 00:37:35 +00:00
rgephyreg.h
rlphy.c IEEE 802.3 Annex 28B.3 explicitly specifies the following relative 2007-11-16 10:25:36 +00:00
rlswitch.c
ruephy.c
ruephyreg.h
tdkphy.c IEEE 802.3 Annex 28B.3 explicitly specifies the following relative 2007-11-16 10:25:36 +00:00
tdkphyreg.h
tlphy.c
tlphyreg.h
ukphy_subr.c IEEE 802.3 Annex 28B.3 explicitly specifies the following relative 2007-11-16 10:25:36 +00:00
ukphy.c
xmphy.c
xmphyreg.h