1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:18:12 +00:00
serenity/Kernel/Storage
Liav A 423dc71cc8 Kernel/Storage: Remove the stale ATAPIDiscDevice class
We don't really support ATAPI (SCSI packets over ATA channels) and it's
uncertain if we ever will support such type of media. For this reason,
there's basically no reason to keep this code.
If we ever introduce ATAPI support into the Kernel, we can simply put
this back into the codebase.
2022-08-14 01:09:03 +01:00
..
ATA Kernel/Storage: Remove the stale ATAPIDiscDevice class 2022-08-14 01:09:03 +01:00
NVMe Kernel/Storage: Add LUN address to each StorageDevice 2022-07-15 12:29:23 +02:00
Ramdisk Kernel/Storage: Don't hardcode a maximum of 16 partitions per drive 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/SysFS: Fix parent directory hierarchy with symbolic links 2022-07-24 13:38:24 +01:00
StorageDevice.h Kernel: Move DiskPartition up into Kernel/Storage 2022-07-21 20:13:44 +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