Module Name: src
Committed By: martin
Date: Sat Jul 18 15:10:21 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Ticket #1020
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.81 -r1.1.2.82 src/doc/CHANGES-9.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-9.1
diff -u src/doc/CHANGES-9.1:1.1.2.81 src/doc/CHANGES-9.1:1.1.2.82
--- src/doc/CHANGES-9.1:1.1.2.81 Fri Jul 17 15:31:20 2020
+++ src/doc/CHANGES-9.1 Sat Jul 18 15:10:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.81 2020/07/17 15:31:20 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.82 2020/07/18 15:10:21 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -3482,3 +3482,9 @@ sys/dev/pci/radeonfbvar.h 1.21
Reduce stack usage in radeonfb_pickres() and radeonfb_set_cursor().
[macallan, ticket #1019]
+sys/dev/usb/usbdi.c 1.203
+
+ Avoid a diagnostic assertion for inconsistent USB transfer
+ states.
+ [mrg, ticket #1020]
+