Module Name: src
Committed By: martin
Date: Tue Oct 8 17:06:28 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Tickets #291 - #293
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-9.0
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.0
diff -u src/doc/CHANGES-9.0:1.1.2.71 src/doc/CHANGES-9.0:1.1.2.72
--- src/doc/CHANGES-9.0:1.1.2.71 Sun Oct 6 11:20:50 2019
+++ src/doc/CHANGES-9.0 Tue Oct 8 17:06:28 2019
@@ -1,5 +1,5 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.71 2019/10/06 11:20:50 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.72 2019/10/08 17:06:28 martin Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -4340,3 +4340,19 @@ sys/arch/evbarm/conf/GENERIC 1.53
Disable tegradrm for now as it causes random crashes.
[skrll, ticket #290]
+sys/dev/fdt/cpufreq_dt.c 1.9,1.10
+
+ Change sysctl to be named after the first CPU in the DVFS domain.
+ [jmcneill, ticket #291]
+
+sys/net/if_ethersubr.c 1.277,1.278
+
+ - Increment if_iqdrops when dropping an oversized frame.
+ - Print oversized frame message only when DIAGNOSTIC is set.
+ [msaitoh, ticket #292]
+
+sys/dev/pci/ixgbe/ixv.c 1.139
+
+ ixv(4): set MTU correctly if mtu > 1500.
+ [msaitoh, ticket #293]
+