Initialize the device_status field of the CCB. This makes modules using raw
commands work that check this value (like the CDDA filesystem, so audio CDs work now). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30288 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -94,6 +94,7 @@ ATARequest::Start(scsi_ccb *ccb)
|
|||||||
|
|
||||||
fCCB = ccb;
|
fCCB = ccb;
|
||||||
fStatus = SCSI_REQ_CMP;
|
fStatus = SCSI_REQ_CMP;
|
||||||
|
fCCB->device_status = SCSI_STATUS_GOOD;
|
||||||
fIsWrite = false;
|
fIsWrite = false;
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user