banan-os/kernel/kernel/Networking/E1000
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
..
E1000.cpp Kernel: Fix interrupt system 2024-09-27 15:31:31 +03:00
E1000E.cpp Kernel: Write simple working E1000 and E1000E drivers 2024-02-01 22:08:59 +02:00