1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:57:35 +00:00

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.
This commit is contained in:
Liav A 2022-08-05 13:22:01 +03:00 committed by Linus Groh
parent 1102089f9f
commit 423dc71cc8
3 changed files with 0 additions and 76 deletions

View file

@ -101,7 +101,6 @@ set(KERNEL_SOURCES
Storage/ATA/GenericIDE/PCIController.cpp
Storage/ATA/ATADevice.cpp
Storage/ATA/ATADiskDevice.cpp
Storage/ATA/ATAPIDiscDevice.cpp
Storage/ATA/ATAPort.cpp
Storage/NVMe/NVMeController.cpp
Storage/NVMe/NVMeNameSpace.cpp