Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/dev



Module Name:    src
Committed By:   snj
Date:           Fri May  1 01:29:21 UTC 2009

Modified Files:
        src/sys/dev/mii [netbsd-5]: inphy.c iophy.c nsphy.c rlphy.c
            ukphy_subr.c
        src/sys/dev/pci [netbsd-5]: if_txp.c

Log Message:
Pull up following revision(s) (requested by cegger in ticket #474):
        sys/dev/mii/inphy.c: revision 1.51
        sys/dev/mii/iophy.c: revision 1.35
        sys/dev/mii/nsphy.c: revision 1.56
        sys/dev/mii/rlphy.c: revision 1.25
        sys/dev/mii/ukphy_subr.c: revision 1.11
        sys/dev/pci/if_txp.c: revision 1.28
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 -u -r1.48 -r1.48.10.1 src/sys/dev/mii/inphy.c
cvs rdiff -u -r1.33 -r1.33.10.1 src/sys/dev/mii/iophy.c
cvs rdiff -u -r1.54 -r1.54.10.1 src/sys/dev/mii/nsphy.c
cvs rdiff -u -r1.22 -r1.22.10.1 src/sys/dev/mii/rlphy.c
cvs rdiff -u -r1.10 -r1.10.10.1 src/sys/dev/mii/ukphy_subr.c
cvs rdiff -u -r1.26 -r1.26.14.1 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