Module Name: src
Committed By: matt
Date: Mon Jul 23 04:23:06 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Note FPU emulation for BookE and mii_statchg argument change.
To generate a diff of this commit:
cvs rdiff -u -r1.1720 -r1.1721 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.1720 src/doc/CHANGES:1.1721
--- src/doc/CHANGES:1.1720 Fri Jul 20 12:05:36 2012
+++ src/doc/CHANGES Mon Jul 23 04:23:06 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1720 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1721 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -85,3 +85,6 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
tdvfb(4): Add 3Dfx Voodoo2 driver. [rkujawa 20120719]
tdvfb(4): Add 3Dfx Voodoo Graphics (aka Voodoo1) support.
[rkujawa 20120720]
+ kernel: Change mii_statchg to take "struct ifnet *" instead of
+ "device_t". [matt 20120722]
+ powerpc: Add support for FPU emulation on BookE. [matt 20120722]