Module Name: src
Committed By: bouyer
Date: Fri Jan 15 20:59:00 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Note sparc apc(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1342 -r1.1343 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.1342 src/doc/CHANGES:1.1343
--- src/doc/CHANGES:1.1342 Thu Jan 14 07:47:53 2010
+++ src/doc/CHANGES Fri Jan 15 20:59:00 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1342 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1343 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -518,3 +518,6 @@
cobalt: Add LBA48 support to bootloader so that it can safely load
a kernel from NetBSD partition beyond >137GB boundary.
[tsutsui 20100110]
+ sparc: Add apc(4), a driver for the Aurora Personality Chip (APC)
+ found on SPARCstation-4/5 and qemu. Allows to idle the
+ CPU when in the idle loop. [bouyer 20100115]