1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:48:12 +00:00
serenity/Kernel/Storage/NVMe
Liav A c3eaa73113 Kernel/Storage: Remove InterfaceType enum
This enum was created to help put distinction between the commandset and
the interface type, as ATAPI devices are simply ATA devices utilizing
the SCSI commandset. Because we don't support ATAPI, putting such type
of distinction is pointless, so let's remove this for now.
2022-08-14 01:09:03 +01:00
..
NVMeController.cpp Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
NVMeController.h Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
NVMeDefinitions.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00
NVMeInterruptQueue.cpp Kernel: Allow WorkQueue items allocation failures propagation 2022-04-20 19:47:18 +02:00
NVMeInterruptQueue.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00
NVMeNameSpace.cpp Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
NVMeNameSpace.h Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
NVMePollQueue.cpp Kernel: Use buffer_size from AsyncBlockDevice struct 2022-03-27 08:54:32 -07:00
NVMePollQueue.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00
NVMeQueue.cpp Kernel: Use buffer_size from AsyncBlockDevice struct 2022-03-27 08:54:32 -07:00
NVMeQueue.h Kernel: Add polling support to NVMe 2022-02-02 18:26:59 +01:00