The ATAPI implementation of the READ SUBCHANNEL command now correctly issues INVALDI FIELD IN CMD PACKET and not ILLEGAL OPCODE.
This commit is contained in:
@@ -2581,7 +2581,7 @@ static void atapicommand(int ide_board)
|
|||||||
if (idebufferb[3]!=1)
|
if (idebufferb[3]!=1)
|
||||||
{
|
{
|
||||||
// pclog("Read subchannel check condition %02X\n",idebufferb[3]);
|
// pclog("Read subchannel check condition %02X\n",idebufferb[3]);
|
||||||
atapi_illegal_opcode(ide);
|
atapi_invalid_field(ide);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user