mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-04 09:22:53 +00:00
Kernel: Add an SD card driver for the aarch64 port
Co-authored-by: Ollrogge <nils-ollrogge@outlook.de>
This commit is contained in:
parent
bb8092d6a1
commit
c91db6ec97
Notes:
sideshowbarker
2024-07-16 22:24:56 +09:00
Author: https://github.com/mrkct
Commit: c91db6ec97
Pull-request: https://github.com/SerenityOS/serenity/pull/17887
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/Ollrogge
Reviewed-by: https://github.com/Panky-codes
Reviewed-by: https://github.com/nico
Reviewed-by: https://github.com/supercomputer7
13 changed files with 1465 additions and 0 deletions
|
@ -77,6 +77,8 @@ StringView StorageDevice::command_set_to_string_view() const
|
|||
return "ata"sv;
|
||||
case CommandSet::NVMe:
|
||||
return "nvme"sv;
|
||||
case CommandSet::SD:
|
||||
return "sd"sv;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue