Module Name: src
Committed By: snj
Date: Mon Oct 15 03:13:46 UTC 2018
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
1061, 1062
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-8.1
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-8.1
diff -u src/doc/CHANGES-8.1:1.1.2.33 src/doc/CHANGES-8.1:1.1.2.34
--- src/doc/CHANGES-8.1:1.1.2.33 Sat Oct 13 17:32:32 2018
+++ src/doc/CHANGES-8.1 Mon Oct 15 03:13:46 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.33 2018/10/13 17:32:32 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.34 2018/10/15 03:13:46 snj Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -1379,3 +1379,20 @@ external/bsd/nsd/include/config.h
Update from NSD 4.1.14 to 4.1.24.
[hannken, ticket #1060]
+sys/dev/i2c/gttwsi_core.c 1.4-1.8 via patch
+sys/dev/i2c/gttwsivar.h 1.4 via patch
+
+ - allow i2c xfers from interrupt context
+ - don't print an error message when probing for non-existent devices
+ (PR kern/53356)
+ - make sure we won't handle interrupts before end of xfer in the polling
+ case. Should fix "send STOP failed" messages which cause axp20x0
+ sensors to become non-functionnal.
+ [bouyer, ticket #1061]
+
+distrib/sets/lists/base/mi 1.1192
+etc/mtree/NetBSD.dist.base 1.178-1.179
+
+ Add unbound /var/chroot/unbound/var/run.
+ [hannken, ticket #1062]
+