Module Name: src
Committed By: msaitoh
Date: Tue Jan 5 11:35:39 UTC 2016
Modified Files:
src/doc: CHANGES
Log Message:
Add ismt(4).
To generate a diff of this commit:
cvs rdiff -u -r1.2123 -r1.2124 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.2123 src/doc/CHANGES:1.2124
--- src/doc/CHANGES:1.2123 Sun Jan 3 17:29:25 2016
+++ src/doc/CHANGES Tue Jan 5 11:35:39 2016
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2123 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2124 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -235,3 +235,5 @@ Changes from NetBSD 7.0 to NetBSD 8.0:
needed. [pgoyette 20151226]
admtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103]
lmtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103]
+ ismt(4): Add another Intel Chipset internal SMBus driver.
+ [msaitoh 20160105]