banan-os/kernel/include/kernel/Storage/NVMe
Bananymous 2d11ce9669 Kernel: Fix interrupt system
I had not understood how MSIs work and I was unnecessarily routing them
through IOAPIC. This is not necessary and should not be done :D

Also MSIs were reserving interrupts that IOAPIC was capable of
generating. Now IOAPIC and MSIs use different set of interrupts so
IOAPIC can use more interrupts if needed.
2024-09-27 15:31:31 +03:00
..
Controller.h Kernel: Don't panic if nvme initialization fails 2024-06-29 22:07:55 +03:00
Definitions.h All: Cleanup all files 2024-01-24 15:53:38 +02:00
Namespace.h Kernel: Fix NVMe controller namespace numbering 2024-08-18 20:51:10 +03:00
Queue.h Kernel: Fix interrupt system 2024-09-27 15:31:31 +03:00