Module Name: src
Committed By: drochner
Date: Mon Oct 22 10:37:44 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
mention "discard" (ATA "TRIM") support
To generate a diff of this commit:
cvs rdiff -u -r1.1750 -r1.1751 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.1750 src/doc/CHANGES:1.1751
--- src/doc/CHANGES:1.1750 Thu Oct 18 08:57:26 2012
+++ src/doc/CHANGES Mon Oct 22 10:37:44 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1750 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1751 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -128,3 +128,6 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
[tsutsui,isaki 20121012]
x68k: Add support for formatting floppy. [tsutsui 20121014]
zoneinfo: Import tzdata2012g. [apb 20121018]
+ kernel: Added experimental support for the (mostly SSD specific)
+ "discard", or ATA "TRIM" command to wd(4) and ffs
+ [drochner 20121019]