Module Name: src
Committed By: martin
Date: Mon Mar 23 10:07:20 UTC 2020
Modified Files:
src/doc [netbsd-9]: CHANGES-9.1
Log Message:
Tickets #801 and #802
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 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.22 src/doc/CHANGES-9.1:1.1.2.23
--- src/doc/CHANGES-9.1:1.1.2.22 Sat Mar 21 20:25:42 2020
+++ src/doc/CHANGES-9.1 Mon Mar 23 10:07:20 2020
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.22 2020/03/21 20:25:42 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.23 2020/03/23 10:07:20 martin Exp $
A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
release:
@@ -707,3 +707,15 @@ sys/dev/ic/dwc_mmc_var.h 1.14
Fix dwc_mmc.
[skrll, ticket #800]
+etc/etc.amiga/Makefile.inc 1.29-1.31
+
+ Provide both miniroot.fs (for people wanting to install NetBSD
+ without more 3rdparty software than what's provided on our ISO and
+ .fs.tz (for people downloading over slow links).
+ [is, ticket #801]
+
+sys/arch/vax/vsa/ncr.c 1.50
+
+ Do not expect a struct buf to be present if doing DMA to kernel space.
+ [ragge, ticket #802]
+