Fri Oct 2 18:52:14 2009 UTC ()
i386: Add support for VIA C7 temperature sensors.


(jmcneill)
diff -r1.1301 -r1.1302 src/doc/CHANGES

cvs diff -r1.1301 -r1.1302 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2009/10/02 16:57:22 1.1301
+++ src/doc/CHANGES 2009/10/02 18:52:13 1.1302
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1301 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1302 $>
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]
@@ -405,13 +405,14 @@ Changes from NetBSD 5.0 to NetBSD 6.0: @@ -405,13 +405,14 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
405 backend. This is required by recent Xen linux kernels. 405 backend. This is required by recent Xen linux kernels.
406 [bouyer 20090925] 406 [bouyer 20090925]
407 ichlpcib(4): Add gpio(4) support. [jakllsch 20090927] 407 ichlpcib(4): Add gpio(4) support. [jakllsch 20090927]
408 wb(4): Add a driver for Winbond W83L518D SD/MMC readers. 408 wb(4): Add a driver for Winbond W83L518D SD/MMC readers.
409 [jmcneill 20090930] 409 [jmcneill 20090930]
410 mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 212.1 410 mdnsd(8), dns-sd(1), libdns_sd: import mDNSResponder 212.1
411 [tsarna 20090929] 411 [tsarna 20090929]
412 lom(4), sparc64: Add a driver for LOMlite lights out management 412 lom(4), sparc64: Add a driver for LOMlite lights out management
413 hardware monitor and watchdog timer. [nakayama 20091002] 413 hardware monitor and watchdog timer. [nakayama 20091002]
414 i386: Add support for enhanced speedstep on VIA C7 Esther CPUs. 414 i386: Add support for enhanced speedstep on VIA C7 Esther CPUs.
415 [jmcneill 20091002] 415 [jmcneill 20091002]
416 acpiwmi(4): Add a driver for the ACPI WMI Mapper interface. 416 acpiwmi(4): Add a driver for the ACPI WMI Mapper interface.
417 [jmcneill 20091002] 417 [jmcneill 20091002]
 418 i386: Add support for VIA C7 temperature sensors. [jmcneill 20091002]