Module Name: src
Committed By: jmcneill
Date: Thu Jun 17 23:58:14 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
arm: Added support for Cortex-A8 CPUs.
To generate a diff of this commit:
cvs rdiff -u -r1.1403 -r1.1404 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.1403 src/doc/CHANGES:1.1404
--- src/doc/CHANGES:1.1403 Wed Jun 16 06:40:52 2010
+++ src/doc/CHANGES Thu Jun 17 23:58:14 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1403 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1404 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -632,3 +632,4 @@
lcd(4): Driver for hp700 lcds added. [skrll 20100601]
ofppc: Support Gigabit Ethernet Controller for MV64361 on PegasosII
by mv...@gt. [kiyohara 20100609]
+ arm: Added support for Cortex-A8 CPUs. [jmcneill 20100616]