Module Name: src
Committed By: jnemeth
Date: Mon Sep 7 04:23:29 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
Note the new modules.tgz set and the new build.sh modules operation
To generate a diff of this commit:
cvs rdiff -u -r1.1285 -r1.1286 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.1285 src/doc/CHANGES:1.1286
--- src/doc/CHANGES:1.1285 Sun Sep 6 17:25:55 2009
+++ src/doc/CHANGES Mon Sep 7 04:23:29 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1285 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1286 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -383,3 +383,8 @@
[macallan 20090905]
hdaudio(4): New standards-compliant Intel High Definition Audio driver
written to replace azalia(4). [sborrill 20090906]
+ sets: Move kernel modules out of base.tgz and into a new modules.tgz.
+ [jnemeth 20090907]
+ sysinst(8): Install the new modules.tgz set. [jnemeth 20090907]
+ build.sh: Add a modules operation which builds kernel modules and
+ installs them into DESTDIR. [jnemeth 20090907]