mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
The atpic_register_sources callback tries to avoid registering interrupt sources that would collide with an I/O APIC. However, the previous implementation was failing to register IRQs 8-15 since the slave PIC saw valid IRQs from the master and assumed an I/O APIC was present. To fix, go back to registering all 8259A interrupt sources in one loop when the master's register_sources method is invoked. PR: 231291 Approved by: re (kib) MFC after: 1 month |
||
|---|---|---|
| .. | ||
| atpic.c | ||
| atrtc.c | ||
| clock.c | ||
| elcr.c | ||
| icu.h | ||
| isa.c | ||
| isa_dma.c | ||
| nmi.c | ||
| orm.c | ||