Module Name: src
Committed By: martin
Date: Sun Sep 27 10:31:09 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Ticket #1094
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.116 -r1.1.2.117 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.116 src/doc/CHANGES-9.1:1.1.2.117
--- src/doc/CHANGES-9.1:1.1.2.116 Wed Sep 23 08:48:07 2020
+++ src/doc/CHANGES-9.1 Sun Sep 27 10:31:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.116 2020/09/23 08:48:07 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.117 2020/09/27 10:31:09 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -5028,3 +5028,10 @@ sys/dev/pci/if_wmvar.h 1.46
- Fix typo in comment.
[msaitoh, ticket #1093]
+sys/dev/ic/ld_nvme.c 1.24
+sys/dev/ic/nvme.c 1.50
+
+ PR 55674: avoid creating many unusable ld(4) devices for nvme(4)
+ with multiple (partialy unused) name spaces.
+ [kardel, ticket #1094]
+