forked from KolibriOS/kolibrios
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:
parent
fa72a8449e
commit
496d1b957e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user