Module Name: src
Committed By: matt
Date: Wed Dec 12 00:42:35 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Note recent arm improvements
To generate a diff of this commit:
cvs rdiff -u -r1.1765 -r1.1766 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.1765 src/doc/CHANGES:1.1766
--- src/doc/CHANGES:1.1765 Thu Dec 6 11:42:26 2012
+++ src/doc/CHANGES Wed Dec 12 00:42:35 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1765 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1766 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -150,3 +150,6 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
arm: ARMFPE support had bitrotted and has been removed. [matt 20121205]
dhcpcd(8): Import dhcpcd-5.6.4 [roy 20121206]
openresolv(8): Import openresolv-3.5.3 [roy 20121206]
+ arm: fix EHCI support for OMAP3. [jmcneill 20121211]
+ arm: enable direct-mapped poolpage support. [matt 20121211]
+ arm: enable VFP-based pmap page zero/copy ops. [matt 20121211]