Module Name: src Committed By: sborrill Date: Tue Jun 12 14:27:59 UTC 2012
Modified Files: src/doc [netbsd-4]: CHANGES-4.1 Log Message: Ticket #1448 To generate a diff of this commit: cvs rdiff -u -r1.1.2.240 -r1.1.2.241 src/doc/CHANGES-4.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-4.1 diff -u src/doc/CHANGES-4.1:1.1.2.240 src/doc/CHANGES-4.1:1.1.2.241 --- src/doc/CHANGES-4.1:1.1.2.240 Tue Jun 5 20:02:32 2012 +++ src/doc/CHANGES-4.1 Tue Jun 12 14:27:59 2012 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-4.1,v 1.1.2.240 2012/06/05 20:02:32 bouyer Exp $ +# $NetBSD: CHANGES-4.1,v 1.1.2.241 2012/06/12 14:27:59 sborrill Exp $ A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1 release: @@ -4646,3 +4646,10 @@ dist/bind/lib/dns/rdataslab.c patch rdataslabs. [RT #29644] [christos, ticket #1447] +sys/dev/mii/mii_physubr.c 1.73 via patch + + Make 1000baseT connections work even when the user specifies + media 1000baseT connections with ifconfig(8) rather than only + when media auto is specified. Fixes PR kern/20700. + [buhrow, ticket #1448] +