IDE soft reset should also reset ATAPI devices. Should fix at least some 'Device failed to request command' errors.

This commit is contained in:
SarahW 2019-04-14 13:47:20 +01:00
commit 9a49a75eaf
8 changed files with 52 additions and 0 deletions

View file

@ -816,6 +816,7 @@ scsi_device_t scsi_hd =
scsi_hd_init,
NULL,
scsi_hd_close,
NULL,
scsi_hd_start_command,
scsi_hd_command,