Module Name: src
Committed By: martin
Date: Mon Mar 26 11:20:48 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ticket #658
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.153 -r1.1.2.154 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.153 src/doc/CHANGES-8.0:1.1.2.154
--- src/doc/CHANGES-8.0:1.1.2.153 Sat Mar 24 18:13:25 2018
+++ src/doc/CHANGES-8.0 Mon Mar 26 11:20:48 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.153 2018/03/24 18:13:25 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.154 2018/03/26 11:20:48 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -10601,3 +10601,8 @@ sys/arch/vax/boot/Makefile.inc 1.18
with booting a kernel larger than below 4MB.
[ragge, ticket #657]
+sys/arch/x86/x86/intr.c 1.124
+
+ Avoid a panic from "intrctl list" during attach of MSI/MSI-X devices.
+ [knakahara, ticket #658]
+