Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/conf Do not include files for MSI support on XE...



details:   https://anonhg.NetBSD.org/src/rev/82a10988772b
branches:  trunk
changeset: 446902:82a10988772b
user:      cherry <cherry%NetBSD.org@localhost>
date:      Mon Dec 24 21:15:59 2018 +0000

description:
Do not include files for MSI support on XEN dom0.

We do not support MSI as of now.

diffstat:

 sys/arch/xen/conf/files.xen |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r dcfd14994c87 -r 82a10988772b sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen       Mon Dec 24 20:44:39 2018 +0000
+++ b/sys/arch/xen/conf/files.xen       Mon Dec 24 21:15:59 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.xen,v 1.172 2018/12/22 07:45:58 cherry Exp $
+#      $NetBSD: files.xen,v 1.173 2018/12/24 21:15:59 cherry Exp $
 #      NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp 
 #      NetBSD: files.i386,v 1.254 2004/03/25 23:32:10 jmc Exp 
 
@@ -381,8 +381,6 @@
 file   arch/xen/x86/xen_shm_machdep.c  dom0ops
 file   arch/x86/pci/pci_machdep.c      hypervisor & pci & dom0ops
 file   arch/x86/pci/pci_intr_machdep.c hypervisor & pci
-file   arch/x86/pci/pci_msi_machdep.c  hypervisor & pci
-file   arch/x86/pci/msipic.c           hypervisor & pci
 file   arch/x86/isa/isa_machdep.c      hypervisor & dom0ops
 file   arch/xen/xen/xenevt.c           xenevt & dom0ops
 file   arch/xen/xen/xennetback_xenbus.c xvif



Home | Main Index | Thread Index | Old Index