Module Name: src
Committed By: bouyer
Date: Wed May 21 22:06:35 UTC 2014
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
ticket 1903
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.58 -r1.1.2.59 src/doc/CHANGES-5.3
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-5.3
diff -u src/doc/CHANGES-5.3:1.1.2.58 src/doc/CHANGES-5.3:1.1.2.59
--- src/doc/CHANGES-5.3:1.1.2.58 Wed May 21 22:01:22 2014
+++ src/doc/CHANGES-5.3 Wed May 21 22:06:35 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.58 2014/05/21 22:01:22 bouyer Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.59 2014/05/21 22:06:35 bouyer Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -835,3 +835,11 @@ share/zoneinfo/solar89 delete
tzdata2013i (December 2013).
[apb, ticket #1907]
+sys/arch/x86/pci/pci_machdep.c 1.61, 1.66 via patch
+
+ Force PCI mode 1 when running under QEMU and Xen HVM domU, to work
+ around QEMU bug 897771.
+ This should also make it possible to boot NetBSD under versions of KVM
+ that have inherited said QEMU bug. Fixes PR kern/45671 and kern/48770.
+ [sborrill, ticket #1903]
+