Module Name: src
Committed By: martin
Date: Thu Oct 17 18:41:27 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.2
Log Message:
Tickets #1406 - #1408
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.51 -r1.1.2.52 src/doc/CHANGES-8.2
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.2
diff -u src/doc/CHANGES-8.2:1.1.2.51 src/doc/CHANGES-8.2:1.1.2.52
--- src/doc/CHANGES-8.2:1.1.2.51 Tue Oct 15 04:24:16 2019
+++ src/doc/CHANGES-8.2 Thu Oct 17 18:41:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.51 2019/10/15 04:24:16 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.52 2019/10/17 18:41:27 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -1283,3 +1283,19 @@ sys/kern/vnode_if.c (regen)
Add fstrans type LAZY and use it for VOP_STRATEGY().
[hannken, ticket #1405]
+sys/dev/pci/if_vge.c 1.75
+sys/dev/pci/if_vgereg.h 1.5
+
+ Properly recover from powerdown mode.
+ [msaitoh, ticket #1406]
+
+sys/dev/pci/if_et.c 1.27 via patch
+
+ Fix a bug that multicast address filter doesn't work correctly.
+ [msaitoh, ticket #1407]
+
+sys/dev/pci/ixgbe/ixgbe.c 1.214
+
+ Disable EEE for backplane X550EM_X.
+ [msaitoh, ticket #1408]
+