Changed the IOCtl implementation of READ TRACK INFORMATION so that it returns if it succeded or failed, so the ATAPI and SCSI controllers can then act accordingly.
This commit is contained in:
@@ -71,6 +71,11 @@ static void null_readsector_raw(uint8_t *b, int sector, int ismsf)
|
||||
{
|
||||
}
|
||||
|
||||
static int null_read_track_information(uint8_t *in_cdb, uint8_t *b)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int null_readtoc(unsigned char *b, unsigned char starttrack, int msf, int maxlen, int single)
|
||||
{
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user