Module Name: src
Committed By: martin
Date: Mon Jan 21 20:12:40 UTC 2019
Modified Files:
src/doc [netbsd-8]: CHANGES-8.1
Log Message:
Ticket #1166
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.91 -r1.1.2.92 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.91 src/doc/CHANGES-8.1:1.1.2.92
--- src/doc/CHANGES-8.1:1.1.2.91 Sun Jan 20 15:35:24 2019
+++ src/doc/CHANGES-8.1 Mon Jan 21 20:12:40 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.91 2019/01/20 15:35:24 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.92 2019/01/21 20:12:40 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -2263,3 +2263,8 @@ sys/external/bsd/drm2/pci/drm_pci.c 1.3
Don't try to interpret the second half of a 64-bit BAR as another one.
[dholland, ticket #1165]
+sys/arch/xen/xen/if_xennet_xenbus.c 1.74
+
+ Don't call xennet_softstart from hard interrupt; schedule softint.
+ [bouyer, ticket #1166]
+