ahci: name drives as sdX instead of hdX

git-svn-id: svn://kolibrios.org@9219 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Serhii Sakhno 2021-10-16 22:13:26 +00:00
parent fa72a8449e
commit 496d1b957e

View File

@ -332,7 +332,7 @@ ahci_callbacks:
dd 0 ; no flush function
dd 0 ; use default cache size
.end:
hd_name db 'hd', 0, 0, 0
hd_name db 'sd', 0, 0, 0
hd_counter dd 0
endg