Wed Jan 19 08:07:14 2011 UTC ()
fix mislabelled S.M.A.R.T. lifetime temperature record reading.


(nisimura)
diff -r1.1493 -r1.1494 src/doc/CHANGES

cvs diff -r1.1493 -r1.1494 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2011/01/17 20:39:04 1.1493
+++ src/doc/CHANGES 2011/01/19 08:07:14 1.1494
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1493 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1494 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -821,13 +821,15 @@ Changes from NetBSD 5.0 to NetBSD 6.0: @@ -821,13 +821,15 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
821 growing ufs2 file systems. [riz 20110104] 821 growing ufs2 file systems. [riz 20110104]
822 acpipmtr(4): Add a driver for ACPI power meters. [jruoho 20110105] 822 acpipmtr(4): Add a driver for ACPI power meters. [jruoho 20110105]
823 amd64, i386: Booting from a disk with a GUID Partition Table is 823 amd64, i386: Booting from a disk with a GUID Partition Table is
824 now possible. [jakllsch 20110106] 824 now possible. [jakllsch 20110106]
825 sigqueue(2): Implement sigqueue/sigqueueinfo [christos 20110109] 825 sigqueue(2): Implement sigqueue/sigqueueinfo [christos 20110109]
826 amiga: Add a driver for BlizzardPPC 603e+ SCSI [phx 20110114] 826 amiga: Add a driver for BlizzardPPC 603e+ SCSI [phx 20110114]
827 powerpc: Add support for using secure PLT (thereby allowing data 827 powerpc: Add support for using secure PLT (thereby allowing data
828 and bss of powerpc programs and shared library to be set 828 and bss of powerpc programs and shared library to be set
829 non-executable). [matt 20110115] 829 non-executable). [matt 20110115]
830 acpiwdrt(4): Add a driver for ACPI Watchdog Resource Tables. 830 acpiwdrt(4): Add a driver for ACPI Watchdog Resource Tables.
831 [jmcneill 20110117] 831 [jmcneill 20110117]
832 isns(3): Add a library providing iSNS (IETF RFC 4171) protocol 832 isns(3): Add a library providing iSNS (IETF RFC 4171) protocol
833 support, contributed by Wasabi Systems. [agc 20110117] 833 support, contributed by Wasabi Systems. [agc 20110117]
 834 atactl(8): Fix mislabelled S.M.A.R.T. lifetime temperature record
 835 reading. [nisimura 20110119]