Module Name: src Committed By: cherry Date: Sun Jul 16 06:14:24 UTC 2017
Modified Files: src/sys/arch/x86/isa: isa_machdep.c src/sys/arch/xen/include: intr.h pci_machdep.h src/sys/arch/xen/x86: intr.c src/sys/arch/xen/xen: isa_machdep.c pci_intr_machdep.c pciback.c pciide_machdep.c Log Message: Remove the xen specific interrupt type for the x86 intr_handle_t For this to work, we use the evtchn.c:get_pirq_to_evtchn() glue function to make things easier. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/x86/isa/isa_machdep.c cvs rdiff -u -r1.40 -r1.41 src/sys/arch/xen/include/intr.h cvs rdiff -u -r1.18 -r1.19 src/sys/arch/xen/include/pci_machdep.h cvs rdiff -u -r1.31 -r1.32 src/sys/arch/xen/x86/intr.c cvs rdiff -u -r1.26 -r1.27 src/sys/arch/xen/xen/isa_machdep.c cvs rdiff -u -r1.17 -r1.18 src/sys/arch/xen/xen/pci_intr_machdep.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/xen/xen/pciback.c cvs rdiff -u -r1.18 -r1.19 src/sys/arch/xen/xen/pciide_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.