Module Name: src
Committed By: jnemeth
Date: Thu Nov 18 09:59:33 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
mention module noautoload property
To generate a diff of this commit:
cvs rdiff -u -r1.1459 -r1.1460 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.1459 src/doc/CHANGES:1.1460
--- src/doc/CHANGES:1.1459 Sat Nov 13 08:01:23 2010
+++ src/doc/CHANGES Thu Nov 18 09:59:33 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1459 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1460 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -788,3 +788,5 @@
[bsh 20101113]
evbarm: Add initial support for Sharp NetWalker MID.
[bsh 20101113]
+ module: Allow disabling autoloading a specific module by setting
+ noautoload property. [jnemeth 20101118]