ATAPI DMA is now scatter gather-aware.

This commit is contained in:
OBattler
2017-02-09 01:41:32 +01:00
parent 3d8f054721
commit f5ebf5b7a8
3 changed files with 76 additions and 9 deletions

View File

@@ -829,7 +829,7 @@ static void ioctl_validate_toc(uint8_t id)
cdrom_ioctl[id].tocvalid=1;
}
UCHAR buf[65536];
UCHAR buf[262144];
static int ioctl_pass_through(uint8_t id, uint8_t *in_cdb, uint8_t *b, uint32_t *len)
{