Source-Changes archive

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

CVS commit: src/sys/arch/xen



Module Name:    src
Committed By:   bouyer
Date:           Tue Mar 10 17:21:57 UTC 2009

Modified Files:
        src/sys/arch/xen/x86: intr.c
        src/sys/arch/xen/xen: isa_machdep.c pci_intr_machdep.c pciide_machdep.c

Log Message:
When ioapic is used, for ISA interrupts, reuse the legacy ISA interrupt
number instead of allocating a new one. Force allocating a new interrupt number
for PCI devices, as the number stored in the PCI interrupt register
may be wrong.
This should help using a pciide controller in compat mode or ISA devices
in a non-0 domain.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/xen/x86/intr.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/xen/xen/isa_machdep.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/xen/xen/pci_intr_machdep.c
cvs rdiff -u -r1.11 -r1.12 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.



Home | Main Index | Thread Index | Old Index