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 On XEN PV, the ISA 8259A PIC is only used ...



details:   https://anonhg.NetBSD.org/src/rev/b38f7eee3dc8
branches:  trunk
changeset: 827589:b38f7eee3dc8
user:      cherry <cherry%NetBSD.org@localhost>
date:      Sat Nov 04 08:55:50 2017 +0000

description:
On XEN PV, the ISA 8259A PIC is only used on dom0

diffstat:

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

diffs (18 lines):

diff -r 0866d0cb3341 -r b38f7eee3dc8 sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen       Sat Nov 04 08:53:23 2017 +0000
+++ b/sys/arch/xen/conf/files.xen       Sat Nov 04 08:55:50 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.xen,v 1.158 2017/11/04 08:50:47 cherry Exp $
+#      $NetBSD: files.xen,v 1.159 2017/11/04 08:55:50 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 
 
@@ -256,7 +256,7 @@
 include "dev/acpi/files.acpi"
 file   arch/xen/xen/xen_acpi_machdep.c acpi
 file   arch/x86/x86/mpacpi.c           acpi
-file   arch/x86/x86/i8259.c
+file   arch/x86/x86/i8259.c            dom0ops
 
 # Stubs for x86 routines not included in the system
 file   arch/x86/x86/x86_stub.c



Home | Main Index | Thread Index | Old Index