Module Name: src
Committed By: sborrill
Date: Tue Oct 30 09:26:05 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1075
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 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.40 src/doc/CHANGES-8.1:1.1.2.41
--- src/doc/CHANGES-8.1:1.1.2.40 Fri Oct 26 15:14:46 2018
+++ src/doc/CHANGES-8.1 Tue Oct 30 09:26:05 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.40 2018/10/26 15:14:46 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.41 2018/10/30 09:26:05 sborrill Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -1493,4 +1493,9 @@ tools/Makefile.gnuhost (apply patch)
standards, and this version of gcc has not been adapted.
[maya, ticket #1070]
+sys/dev/pci/if_wm.c 1.589
+
+ Fix KASSERT to prevent panic on CNP(Intel 300 series + I219) with
+ INTx interrupt (Xen dom0 or pre netbsd-8).
+ [msaitoh, ticket #1075]