mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:07:35 +00:00
Kernel: Add MSIx support to NVMe
Add MSIx support to NVMe. Prefer MSIx over pin-based interrupts as they are more efficient and all modern hardware support them.
This commit is contained in:
parent
bfcf7ab3e8
commit
9b3b0531e5
4 changed files with 17 additions and 8 deletions
|
@ -77,6 +77,7 @@ private:
|
|||
AK::Time m_ready_timeout;
|
||||
u32 m_bar { 0 };
|
||||
u8 m_dbl_stride { 0 };
|
||||
PCI::InterruptType m_irq_type;
|
||||
QueueType m_queue_type { QueueType::IRQ };
|
||||
static Atomic<u8> s_controller_id;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue