Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



Module Name:    src
Committed By:   cegger
Date:           Mon Feb 16 08:00:42 UTC 2009

Modified Files:
        src/sys/dev/mii: inphy.c iophy.c nsphy.c rlphy.c ukphy_subr.c
        src/sys/dev/pci: if_txp.c

Log Message:
fix media priorities:

IEEE 802.3 Annex 28B.3 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

Our drivers give 100BASE-T4 a higher priority than
100BASE-TX full duplex.
Fix this. This patch is based on changes in FreeBSD and OpenBSD.

Patch presented on tech-kern and tech-net:
http://mail-index.netbsd.org/tech-kern/2009/02/15/msg004397.html
http://mail-index.netbsd.org/tech-net/2009/02/15/msg001064.html

got no comments, no objections.


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 src/sys/dev/mii/inphy.c
cvs rdiff -r1.34 -r1.35 src/sys/dev/mii/iophy.c
cvs rdiff -r1.55 -r1.56 src/sys/dev/mii/nsphy.c
cvs rdiff -r1.24 -r1.25 src/sys/dev/mii/rlphy.c
cvs rdiff -r1.10 -r1.11 src/sys/dev/mii/ukphy_subr.c
cvs rdiff -r1.27 -r1.28 src/sys/dev/pci/if_txp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index