cvs commit: src/sys/i386/i386 io_apic.c
John Baldwin
jhb at FreeBSD.org
Tue Jun 1 13:28:43 PDT 2004
jhb 2004/06/01 13:28:42 PDT
FreeBSD src repository
Modified files:
sys/i386/i386 io_apic.c
Log:
- Add a function ioapic_program_intpin() that completely programs an I/O
APIC interrupt pin based on the settings in the corresponding interrupt
source structure.
- Use ioapic_program_intpin() in place of manual frobbing of the intpin
configuration in ioapic_program_destination() and ioapic_register().
- Use ioapic_program_intpin() to implement suspend/resume support for I/O
APICs.
Revision Changes Path
1.11 +91 -69 src/sys/i386/i386/io_apic.c
More information about the cvs-src
mailing list