Module Name: src
Committed By: martin
Date: Mon Jan 28 13:03:57 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1171
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-8.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-8.1
diff -u src/doc/CHANGES-8.1:1.1.2.95 src/doc/CHANGES-8.1:1.1.2.96
--- src/doc/CHANGES-8.1:1.1.2.95 Sun Jan 27 18:47:59 2019
+++ src/doc/CHANGES-8.1 Mon Jan 28 13:03:57 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.95 2019/01/27 18:47:59 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.96 2019/01/28 13:03:57 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -2321,3 +2321,11 @@ sys/arch/amd64/include/vmparam.h 1.50
Heavily fragmented memory maps have been discovered in the wild.
[maxv, ticket #1174]
+sys/dev/pci/ixgbe/ixgbe.c 1.168,1.172,1.173
+sys/dev/pci/ixgbe/ixgbe.h 1.52
+
+ - Add new read only sysctl node "tc" for the traffic class.
+ - Initialize swfw semaphore at better location.
+ - Initialize EEE correctly.
+ [msaitoh, ticket #1171]
+