Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch put back NO_PCI_MSI_MSIX, need to fix MSI issues re...



details:   https://anonhg.NetBSD.org/src/rev/de53f05f9800
branches:  trunk
changeset: 933527:de53f05f9800
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue May 26 14:03:21 2020 +0000

description:
put back NO_PCI_MSI_MSIX, need to fix MSI issues reported in PR port-xen/55285
first

diffstat:

 sys/arch/amd64/conf/XEN3_DOM0   |  5 +++--
 sys/arch/i386/conf/XEN3PAE_DOM0 |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 7eb8ded18fe4 -r de53f05f9800 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Tue May 26 13:24:52 2020 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Tue May 26 14:03:21 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.180 2020/05/22 16:17:42 jdolecek Exp $
+# $NetBSD: XEN3_DOM0,v 1.181 2020/05/26 14:03:21 jdolecek Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -12,7 +12,7 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
-#ident         "XEN3_DOM0-$Revision: 1.180 $"
+#ident         "XEN3_DOM0-$Revision: 1.181 $"
 
 maxusers       32              # estimated number of users
 
@@ -224,6 +224,7 @@
 pci*           at pchb? bus ?
 ppb*           at pci? dev ? function ?        # PCI-PCI bridges
 pci*           at ppb? bus ?
+options        NO_PCI_MSI_MSIX
 
 # pci backend devices, used for PCI pass-through. To export a PCI device
 # to a domU, the device has to be attached to the pciback driver in the dom0.
diff -r 7eb8ded18fe4 -r de53f05f9800 sys/arch/i386/conf/XEN3PAE_DOM0
--- a/sys/arch/i386/conf/XEN3PAE_DOM0   Tue May 26 13:24:52 2020 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_DOM0   Tue May 26 14:03:21 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: XEN3PAE_DOM0,v 1.28 2020/05/22 16:17:42 jdolecek Exp $
+#      $NetBSD: XEN3PAE_DOM0,v 1.29 2020/05/26 14:03:21 jdolecek Exp $
 #
 #      XEN3_0: Xen 3.0 domain0 kernel
 
@@ -212,6 +212,7 @@
 # PCI bus support
 pci*           at hypervisor? bus ?
 pci*           at pchb? bus ?
+options        NO_PCI_MSI_MSIX
 
 # PCI bridges
 ichlpcib* at pci? dev ? function ?     # Intel ICH PCI-ISA w/ timecounter,



Home | Main Index | Thread Index | Old Index