Module Name: src
Committed By: msaitoh
Date: Thu Mar 8 10:14:00 UTC 2018
Modified Files:
src/doc: CHANGES
Log Message:
sdtemp(4): Add Microchp EMC1501, another device ID of Maxim MAX6604 support.
ichsmb(4): Add support for Intel C620, Apollo Lake and Gemini Lake devices.
lm(4): Add NCT6796D support.
To generate a diff of this commit:
cvs rdiff -u -r1.2363 -r1.2364 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.2363 src/doc/CHANGES:1.2364
--- src/doc/CHANGES:1.2363 Wed Feb 28 08:15:27 2018
+++ src/doc/CHANGES Thu Mar 8 10:14:00 2018
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2363 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2364 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -113,6 +113,9 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
nsd: import 4.1.19 [christos 20180209]
ddb(4): Introduce dumpstack sysctl for printing a stack trace on panic,
enable by default. [sevan 20180217]
+ sdtemp(4): Add Microchp EMC1501, another device ID of Maxim MAX6604
+ support. [msaitoh 20180222]
+ ichsmb(4): Add support for Intel C620 devices. [msaitoh 20180222]
macppc: Enable support for "per-priority cyclical scan" buffer queue
strategy. [sevan 20180223]
macppc: Enable awacs(4) by default in kernel configs. [sevan 20180224]
@@ -122,4 +125,5 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
imcsmb(4): For amd64 and i386 on Intel {Ivy,Sandy}bridge and
{Broad,Has}well CPUs, enable access to Integrated Memory
Controller-based SMBus [pgoyette 20170228]
-
+ ichsmb(4) Add Apollo Lake and Gemini Lake devices. [msaitoh 2018302]
+ lm(4): Add NCT6796D support. [msaitoh 2018308]