Implemented ATAPI DMA transfer modes.

This commit is contained in:
SarahW 2018-03-15 19:36:30 +00:00
commit 6602368cc4
9 changed files with 289 additions and 54 deletions

View file

@ -826,6 +826,7 @@ scsi_device_t scsi_hd =
scsi_hd_get_sense_key,
scsi_hd_get_bytes_required,
NULL,
NULL,
scsi_hd_read,