Module Name: src
Committed By: riz
Date: Thu Dec 13 23:42:29 UTC 2012
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.1
Log Message:
Ticket 741.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-6.0.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-6.0.1
diff -u src/doc/CHANGES-6.0.1:1.1.2.30 src/doc/CHANGES-6.0.1:1.1.2.31
--- src/doc/CHANGES-6.0.1:1.1.2.30 Thu Dec 13 17:43:30 2012
+++ src/doc/CHANGES-6.0.1 Thu Dec 13 23:42:29 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.1,v 1.1.2.30 2012/12/13 17:43:30 riz Exp $
+# $NetBSD: CHANGES-6.0.1,v 1.1.2.31 2012/12/13 23:42:29 riz Exp $
A complete list of changes from the NetBSD 6.0 release to the NetBSD 6.0.1
release:
@@ -243,3 +243,8 @@ external/bsd/bind/dist/bin/named/query.c
enabled.
[spz, ticket #740]
+sys/arch/x86/acpi/acpi_cpu_md.c 1.72
+
+ Disable C1E on AMD K8 CPUs, to prevent freeze during boot. PR#47224.
+ [jruoho, ticket #741]
+