Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Looks like we finally can enable MSI/MSI...



details:   https://anonhg.NetBSD.org/src/rev/64036906a182
branches:  trunk
changeset: 366383:64036906a182
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue May 24 16:01:25 2022 +0000

description:
Looks like we finally can enable MSI/MSI-X on Xen
Should fix PR kern/56793 and PR kern/55667

diffstat:

 sys/arch/amd64/conf/XEN3_DOM0 |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 6b29154f673f -r 64036906a182 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Tue May 24 15:55:19 2022 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Tue May 24 16:01:25 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.194 2021/09/24 00:29:46 manu Exp $
+# $NetBSD: XEN3_DOM0,v 1.195 2022/05/24 16:01:25 bouyer Exp $
 
 # XEN3_DOM0 machine description file
 #
@@ -14,7 +14,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "XEN3_DOM0-$Revision: 1.194 $"
+#ident         "XEN3_DOM0-$Revision: 1.195 $"
 
 maxusers       32              # estimated number of users
 
@@ -384,9 +384,6 @@
 pci*   at pchb? bus ?
 pci*   at ppb? bus ?
 
-# MSIX bugs with XEN3_DOM0: kern/55667, kern/56291
-options NO_PCI_MSI_MSIX
-
 # PCI bridges
 pchb*  at pci? dev ? function ?        # PCI-Host bridges
 #options       AGP_X86                 # INTENTIONAL OMISSION - crashes reported with agp



Home | Main Index | Thread Index | Old Index