Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch remove NO_PCI_MSI_MSIX again, enabling MSI for Xen ...
details: https://anonhg.NetBSD.org/src/rev/c03fe1522741
branches: trunk
changeset: 936508:c03fe1522741
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Jul 28 09:38:06 2020 +0000
description:
remove NO_PCI_MSI_MSIX again, enabling MSI for Xen Dom0 by default
diffstat:
sys/arch/amd64/conf/XEN3_DOM0 | 5 ++---
sys/arch/i386/conf/XEN3PAE_DOM0 | 3 +--
2 files changed, 3 insertions(+), 5 deletions(-)
diffs (43 lines):
diff -r 3fbed0242ba8 -r c03fe1522741 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Tue Jul 28 09:36:05 2020 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Tue Jul 28 09:38:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.181 2020/05/26 14:03:21 jdolecek Exp $
+# $NetBSD: XEN3_DOM0,v 1.182 2020/07/28 09:38:06 jdolecek Exp $
include "arch/amd64/conf/std.xen"
@@ -12,7 +12,7 @@
#options UVMHIST_PRINT
#options SYSCALL_DEBUG
-#ident "XEN3_DOM0-$Revision: 1.181 $"
+#ident "XEN3_DOM0-$Revision: 1.182 $"
maxusers 32 # estimated number of users
@@ -224,7 +224,6 @@
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 3fbed0242ba8 -r c03fe1522741 sys/arch/i386/conf/XEN3PAE_DOM0
--- a/sys/arch/i386/conf/XEN3PAE_DOM0 Tue Jul 28 09:36:05 2020 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_DOM0 Tue Jul 28 09:38:06 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3PAE_DOM0,v 1.29 2020/05/26 14:03:21 jdolecek Exp $
+# $NetBSD: XEN3PAE_DOM0,v 1.30 2020/07/28 09:38:06 jdolecek Exp $
#
# XEN3_0: Xen 3.0 domain0 kernel
@@ -212,7 +212,6 @@
# 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