Module Name: src
Committed By: snj
Date: Sun Oct 15 20:19:09 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
306
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.66 -r1.1.2.67 src/doc/CHANGES-8.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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.66 src/doc/CHANGES-8.0:1.1.2.67
--- src/doc/CHANGES-8.0:1.1.2.66 Fri Oct 13 08:17:26 2017
+++ src/doc/CHANGES-8.0 Sun Oct 15 20:19:09 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.66 2017/10/13 08:17:26 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.67 2017/10/15 20:19:09 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -6243,3 +6243,10 @@ sys/sys/kernhist.h 1.19-1.20
Can get usbhist from vmstat(1) again.
[pgoyette, ticket #301]
+sys/dev/pci/if_wm.c 1.539
+
+ - Correct NVM word size check in wm_nvm_version() to prevent
+ "EERD polling failed" error on attach.
+ - Print NVM offset and word count when EERD polling failed.
+ [msaitoh, ticket #306]
+