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 option, MSI is supported for...



details:   https://anonhg.NetBSD.org/src/rev/e181e4ba657e
branches:  trunk
changeset: 933218:e181e4ba657e
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri May 22 16:17:42 2020 +0000

description:
remove NO_PCI_MSI_MSIX option, MSI is supported for XenPV Dom0

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 25b43d24c4b8 -r e181e4ba657e sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Fri May 22 15:55:51 2020 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Fri May 22 16:17:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.179 2020/05/16 13:46:10 maya Exp $
+# $NetBSD: XEN3_DOM0,v 1.180 2020/05/22 16:17:42 jdolecek Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -12,7 +12,7 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
-#ident         "XEN3_DOM0-$Revision: 1.179 $"
+#ident         "XEN3_DOM0-$Revision: 1.180 $"
 
 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 25b43d24c4b8 -r e181e4ba657e sys/arch/i386/conf/XEN3PAE_DOM0
--- a/sys/arch/i386/conf/XEN3PAE_DOM0   Fri May 22 15:55:51 2020 +0000
+++ b/sys/arch/i386/conf/XEN3PAE_DOM0   Fri May 22 16:17:42 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: XEN3PAE_DOM0,v 1.27 2020/05/16 13:46:11 maya Exp $
+#      $NetBSD: XEN3PAE_DOM0,v 1.28 2020/05/22 16:17:42 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