Module Name: src
Committed By: rmind
Date: Sun Feb 20 17:09:31 UTC 2011
Modified Files:
src/doc: CHANGES
Log Message:
Note major MIPS improvements. OK matt@.
To generate a diff of this commit:
cvs rdiff -u -r1.1509 -r1.1510 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.1509 src/doc/CHANGES:1.1510
--- src/doc/CHANGES:1.1509 Sun Feb 20 11:23:25 2011
+++ src/doc/CHANGES Sun Feb 20 17:09:31 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1509 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1510 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -860,3 +860,8 @@
[christos 20110215]
acpi(4): Updated ACPICA to 20110211. [jruoho 20110217]
ath(4): Add support for AR9280 devices. [jmcneill 20110220]
+ mips: Second merge of matt-nb5-mips64 branch. Added SMP support for
+ MIPS architecture. Rewritten interrupt handling to be much
+ more efficient, added "fast" software interrupts and kernel
+ preemption. Added support for RMI (NetLogic) XLS/XLR models.
+ Major clean up for MIPS port. [matt 20110220]