Module Name: src
Committed By: jmmv
Date: Mon Jan 18 23:41:47 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Document the addition of new-style kernel modules support in macppc and shark.
To generate a diff of this commit:
cvs rdiff -u -r1.1344 -r1.1345 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.1344 src/doc/CHANGES:1.1345
--- src/doc/CHANGES:1.1344 Sat Jan 16 15:46:32 2010
+++ src/doc/CHANGES Mon Jan 18 23:41:47 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1344 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1345 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -522,3 +522,5 @@
found on SPARCstation-4/5 and qemu. Allows to idle the
CPU when in the idle loop. [bouyer 20100115]
tn3270: Removed from base [roy 20100116]
+ macppc: Add support for new-style kernel modules. [jmmv 20100118]
+ shark: Add support for new-style kernel modules. [jmmv 20100118]