mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
Revert "Revert "Kernel/Storage: Remove the ramdisk implementation""
This reverts commit 187723776a
.
This was reverted because it was needed until the aarch64 port
got an SD card driver
Co-authored-by: Ollrogge <nils-ollrogge@outlook.de>
This commit is contained in:
parent
d09852642c
commit
36c5afdfb2
9 changed files with 0 additions and 232 deletions
|
@ -69,8 +69,6 @@ StringView StorageDevice::class_name() const
|
|||
StringView StorageDevice::command_set_to_string_view() const
|
||||
{
|
||||
switch (command_set()) {
|
||||
case CommandSet::PlainMemory:
|
||||
return "memory"sv;
|
||||
case CommandSet::SCSI:
|
||||
return "scsi"sv;
|
||||
case CommandSet::ATA:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue