Module Name: src
Committed By: rin
Date: Sun Feb 26 12:06:40 UTC 2017
Modified Files:
src/doc: CHANGES
Log Message:
add DKWEDGE_METHOD_RDB
To generate a diff of this commit:
cvs rdiff -u -r1.2256 -r1.2257 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.2256 src/doc/CHANGES:1.2257
--- src/doc/CHANGES:1.2256 Sun Feb 19 07:48:07 2017
+++ src/doc/CHANGES Sun Feb 26 12:06:40 2017
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2256 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2257 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -476,3 +476,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
disklabel(5): Add DISKLABEL_EI (``Endian-Independent'' disklabel)
kernel option to machines that support Master Boot Record
(MBR). [rin 20170219]
+ dk(4): Add DKWEDGE_METHOD_RDB option to enable Amiga Rigid Disk Block
+ (RDB) partitioning detection method. [rin 20170226]