Module Name: src
Committed By: martin
Date: Sun May 22 10:26:41 UTC 2016
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.1
Log Message:
Ticket #1170
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-7.0.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-7.0.1
diff -u src/doc/CHANGES-7.0.1:1.1.2.56 src/doc/CHANGES-7.0.1:1.1.2.57
--- src/doc/CHANGES-7.0.1:1.1.2.56 Wed May 18 09:19:48 2016
+++ src/doc/CHANGES-7.0.1 Sun May 22 10:26:41 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.1,v 1.1.2.56 2016/05/18 09:19:48 snj Exp $
+# $NetBSD: CHANGES-7.0.1,v 1.1.2.57 2016/05/22 10:26:41 martin Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
release:
@@ -3132,3 +3132,11 @@ external/mit/expat/lib/libexpat/shlib_ve
Update expat to 2.1.1. Apply fixes for CVE-2016-0718.
[spz, ticket #1169]
+sys/dev/ic/gem.c 1.105
+
+ PR kern/46083:
+ Track the start of each packet, so that we set the "Start of
+ Frame" bit in all the relevant transmit descriptors when enqueing
+ multiple packets.
+ [jdc, ticket #1170]
+