Module Name: src Committed By: mrg Date: Sat Dec 4 10:03:17 UTC 2010
Modified Files: src/doc: CHANGES Log Message: raid(4): Add support for non 512-byte sector devices. To generate a diff of this commit: cvs rdiff -u -r1.1466 -r1.1467 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.1466 src/doc/CHANGES:1.1467 --- src/doc/CHANGES:1.1466 Thu Dec 2 16:06:18 2010 +++ src/doc/CHANGES Sat Dec 4 10:03:17 2010 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1466 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1467 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -794,3 +794,4 @@ module: Rename <module>.prop to <module>.plist. [jnemeth 20101127] bind: Update to 9.7.2-P3. Bug and security fixes since 9.7.2b1. See src/external/bsd/bind/dist/CHANGES [christos 20101202] + raid(4): Add support for non 512-byte sector devices. [mrg 20101203]