Redid the ATAPI READ CD command completely and fixed IOCTL raw sector reading;
Added the ATAPI READ CD MSF command; UNIT ATTENTION is now a condition above the SCSI/ATAPI senses so that non-UNIT ATTENTION senses can still be reported if said condition is present, should they occur; Applies mainline PCem commit: Added code generation for RMW versions of INC/DEC.
This commit is contained in:
@@ -66,7 +66,7 @@ static void null_readsector(uint8_t *b, int sector)
|
||||
{
|
||||
}
|
||||
|
||||
static void null_readsector_raw(uint8_t *b, int sector)
|
||||
static void null_readsector_raw(uint8_t *b, int sector, int ismsf)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user