Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7-0]: src/doc ticket 1011.
details: https://anonhg.NetBSD.org/src/rev/6f70584b74c5
branches: netbsd-7-0
changeset: 801069:6f70584b74c5
user: riz <riz%NetBSD.org@localhost>
date: Sun Nov 08 00:31:15 2015 +0000
description:
ticket 1011.
diffstat:
doc/CHANGES-7.0.1 | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r 9e2920e4870b -r 6f70584b74c5 doc/CHANGES-7.0.1
--- a/doc/CHANGES-7.0.1 Sun Nov 08 00:30:48 2015 +0000
+++ b/doc/CHANGES-7.0.1 Sun Nov 08 00:31:15 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.1,v 1.1.2.7 2015/11/08 00:16:39 riz Exp $
+# $NetBSD: CHANGES-7.0.1,v 1.1.2.8 2015/11/08 00:31:15 riz Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
release:
@@ -103,3 +103,15 @@
Fixes i386 PAE kernels. PR#48196.
[nat, ticket #984]
+sys/arch/x86/x86/bus_dma.c 1.72-1.74
+
+ - If we succeeded allocating a buffer that did not need bouncing
+ before, but the buffer in the previous mapping did, clear the
+ bounce bit. Fixes the ld_virtio.c bug with machines 8GB and
+ dd if=/dev/zero of=crash bs=1g count=4.
+ - Allocate with M_ZERO instead of doing memset
+ - The panic string can take a format, use it.
+ - When checking for the bounce buffer boundary,
+ check addr + len < limit, not addr < limit.
+ [christos, ticket #1011]
+
Home |
Main Index |
Thread Index |
Old Index