Module Name: src
Committed By: pgoyette
Date: Sat Dec 26 01:18:25 UTC 2015
Modified Files:
src/doc: CHANGES
Log Message:
Mention modularization of raidframe driver
To generate a diff of this commit:
cvs rdiff -u -r1.2121 -r1.2122 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.2121 src/doc/CHANGES:1.2122
--- src/doc/CHANGES:1.2121 Fri Dec 18 19:01:21 2015
+++ src/doc/CHANGES Sat Dec 26 01:18:25 2015
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2121 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2122 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -230,3 +230,6 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
bind: Import version 9.10.3-P2. [christos 20151216]
mdocml: Import 1.13.3. [christos 20151217]
sortinfo(1): Add utility to sort texinfo dir files [christos 20151218]
+ raidframe: Now built as a kernel module; it can be built-in at
+ kernel build time, or (for MODULAR kernels) loaded as
+ needed. [pgoyette 20151226]