Module Name: src
Committed By: mrg
Date: Wed Dec 5 06:51:16 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
note atactl auto vendor (micron) support.
To generate a diff of this commit:
cvs rdiff -u -r1.2459 -r1.2460 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.2459 src/doc/CHANGES:1.2460
--- src/doc/CHANGES:1.2459 Fri Nov 30 23:48:14 2018
+++ src/doc/CHANGES Wed Dec 5 06:51:16 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2459 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2460 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -254,3 +254,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
GENERIC64 kernel config. [jmcneill 20181124]
ena(4): Add support for Amazon.com Elastic Network Adapter (ENA).
[netbsd 20181130]
+ atactl(8): Add support to automatically detect Micron/Crucial devices
+ and their vendor-specific SMART status values. [mrg 20181205]