Module Name: src
Committed By: cegger
Date: Fri Jan 13 16:15:48 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
cpu ucode loading support for x86 and xen
To generate a diff of this commit:
cvs rdiff -u -r1.1643 -r1.1644 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.1643 src/doc/CHANGES:1.1644
--- src/doc/CHANGES:1.1643 Fri Jan 13 09:21:11 2012
+++ src/doc/CHANGES Fri Jan 13 16:15:48 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1643 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1644 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -1198,3 +1198,4 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
sandpoint: Iomega Storcenter support. [phx 20111228]
adventure(6): New save file format. Please regenerate (restore
and re-save) any old save files. [dholland 20120107]
+ x86, xen: Add cpu ucode loading support via cpuctl(8). [cegger 20120113]