1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 12:47:36 +00:00
serenity/Kernel/Devices/Storage/NVMe
Hendiadyoin1 bd118f4eb0 Kernel: Use the new BAR address API for the NVMe stack
This includes changing the cached `m_bar` value to a `PhysicalAddress`
2024-01-12 15:59:47 -07:00
..
NVMeController.cpp Kernel: Use the new BAR address API for the NVMe stack 2024-01-12 15:59:47 -07:00
NVMeController.h Kernel: Use the new BAR address API for the NVMe stack 2024-01-12 15:59:47 -07:00
NVMeDefinitions.h NVMe: Add shadow doorbell support 2023-08-18 15:47:51 +02:00
NVMeInterruptQueue.cpp Kernel/Interrupts: Move PCIIRQHandler => PCI::IRQHandler 2023-09-16 14:04:17 -06:00
NVMeInterruptQueue.h Kernel/Interrupts: Move PCIIRQHandler => PCI::IRQHandler 2023-09-16 14:04:17 -06:00
NVMeNameSpace.cpp Kernel: Move the Storage directory to be a new directory under Devices 2023-06-02 11:04:37 +02:00
NVMeNameSpace.h Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
NVMePollQueue.cpp NVMe: Add a new struct Doorbell to encapsulate doorbell registers 2023-08-18 15:47:51 +02:00
NVMePollQueue.h NVMe: Add a new struct Doorbell to encapsulate doorbell registers 2023-08-18 15:47:51 +02:00
NVMeQueue.cpp NVMe: Add shadow doorbell support 2023-08-18 15:47:51 +02:00
NVMeQueue.h NVMe: Add shadow doorbell support 2023-08-18 15:47:51 +02:00