ATAPI DMA now tells the bus master the correct length to transfer;

ATAPI DMA now transfers all blocks at once.
This commit is contained in:
OBattler
2017-02-08 18:42:20 +01:00
parent 49278204d4
commit adf9c28e61
4 changed files with 35 additions and 8 deletions

View File

@@ -112,6 +112,8 @@ typedef struct __attribute__((__packed__))
int old_len;
int block_descriptor_len;
int init_length;
} cdrom_t;
extern cdrom_t cdrom[CDROM_NUM];