ladybird/Kernel/Storage
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
..
ATA Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
NVMe Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
Ramdisk Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
DiskPartition.cpp Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00
DiskPartition.h Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00
StorageController.cpp Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
StorageController.h Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
StorageDevice.cpp Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
StorageDevice.h Kernel/Storage: Remove InterfaceType enum 2022-08-14 01:09:03 +01:00
StorageManagement.cpp Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00
StorageManagement.h Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 2022-08-14 01:09:03 +01:00