forked from Bananymous/banan-os
Kernel: Force PCI irq line usage when not using APIC
afaik PIC does not support MSI
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Kernel
|
||||
|
||||
private:
|
||||
SpinLock m_lock;
|
||||
uint16_t m_reserved_irqs { 0 };
|
||||
uint16_t m_reserved_irqs { 1u << 2 };
|
||||
|
||||
friend class InterruptController;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user