Module Name: src Committed By: martin Date: Wed Sep 23 08:48:07 UTC 2020
Modified Files: src/doc [netbsd-9]: CHANGES-9.1 Log Message: Ticket To generate a diff of this commit: cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-9.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-9.1 diff -u src/doc/CHANGES-9.1:1.1.2.115 src/doc/CHANGES-9.1:1.1.2.116 --- src/doc/CHANGES-9.1:1.1.2.115 Tue Sep 22 18:43:22 2020 +++ src/doc/CHANGES-9.1 Wed Sep 23 08:48:07 2020 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.1,v 1.1.2.115 2020/09/22 18:43:22 martin Exp $ +# $NetBSD: CHANGES-9.1,v 1.1.2.116 2020/09/23 08:48:07 martin Exp $ A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1 release: @@ -5018,3 +5018,13 @@ sys/arch/arm/arm/undefined.c 1.67 Allow an undefined instruction to use lr (r14) as Rt. [skrll, ticket #1092] +sys/dev/mii/inbmphyreg.h 1.20 +sys/dev/pci/if_wm.c 1.686-1.689 +sys/dev/pci/if_wmreg.h 1.120 +sys/dev/pci/if_wmvar.h 1.46 + + wm(4): + - Add a workaround for jumbo frame on PCH2 and newer. + - Fix typo in comment. + [msaitoh, ticket #1093] +