Module Name: src
Committed By: matt
Date: Fri Jan 11 14:25:26 UTC 2013
Modified Files:
src/doc: CHANGES
Log Message:
Note removal of FPA support and replacement with VFP.
To generate a diff of this commit:
cvs rdiff -u -r1.1778 -r1.1779 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.1778 src/doc/CHANGES:1.1779
--- src/doc/CHANGES:1.1778 Wed Jan 9 23:50:59 2013
+++ src/doc/CHANGES Fri Jan 11 14:25:26 2013
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1778 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1779 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -171,3 +171,4 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
ported from NetBSD. [skrll 20130109]
kernel: Add usmsc(4), a driver for SMSC LAN95xx USB LAN devices,
ported from OpenBSD. [skrll 20130109]
+ arm: kill userland FPA support, replace with VFP. [matt 20130111]