Module Name: src Committed By: nisimura Date: Wed Jan 19 08:07:14 UTC 2011
Modified Files: src/doc: CHANGES Log Message: fix mislabelled S.M.A.R.T. lifetime temperature record reading. To generate a diff of this commit: cvs rdiff -u -r1.1493 -r1.1494 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.1493 src/doc/CHANGES:1.1494 --- src/doc/CHANGES:1.1493 Mon Jan 17 20:39:04 2011 +++ src/doc/CHANGES Wed Jan 19 08:07:14 2011 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1493 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1494 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -831,3 +831,5 @@ [jmcneill 20110117] isns(3): Add a library providing iSNS (IETF RFC 4171) protocol support, contributed by Wasabi Systems. [agc 20110117] + atactl(8): Fix mislabelled S.M.A.R.T. lifetime temperature record + reading. [nisimura 20110119]