Merge pull request #2471 from elyosh/hddsettings

hdd: make speed preset configurable
This commit is contained in:
Miran Grča
2022-07-19 16:56:34 +02:00
committed by GitHub
12 changed files with 206 additions and 63 deletions

View File

@@ -734,7 +734,7 @@ loadhd(ide_t *ide, int d, const char *fn)
return;
}
hdd_preset_auto(&hdd[d]);
hdd_preset_apply(d);
ide->spt = ide->cfg_spt = hdd[d].spt;
ide->hpc = ide->cfg_hpc = hdd[d].hpc;