Module Name: src
Committed By: martin
Date: Fri Jul 14 08:42:07 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
Ticket #135
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 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.23 src/doc/CHANGES-8.0:1.1.2.24
--- src/doc/CHANGES-8.0:1.1.2.23 Wed Jul 12 13:58:38 2017
+++ src/doc/CHANGES-8.0 Fri Jul 14 08:42:07 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.23 2017/07/12 13:58:38 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.24 2017/07/14 08:42:07 martin Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -1959,3 +1959,8 @@ external/bsd/nsd/Makefile.inc 1.2
Enable IPv6 support for nsd (accidently disabled).
[christos, ticket #124]
+sys/arch/x86/x86/lapic.c 1.60
+
+ Before access MSR[APICBASE], need to check if APIC is present.
+ [nonaka, ticket #135]
+