don't set the "clear on RX_OK" bits

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22363 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2007-09-29 00:34:09 +00:00
parent f5ea6b32a5
commit 21b4398f6a
@@ -479,7 +479,7 @@ AHCIPort::ScsiInquiry(scsi_ccb *request)
fCommandList->prdtl_flags_cfl = 0;
fCommandList->prdtl = prdEntrys;
fCommandList->c = 1;
// fCommandList->c = 1;
fCommandList->cfl = 5;
fCommandList->prdbc = 0;
@@ -631,7 +631,7 @@ AHCIPort::ScsiReadWrite(scsi_ccb *request, uint64 position, size_t length, bool
fCommandList->prdtl_flags_cfl = 0;
fCommandList->prdtl = prdEntrys;
fCommandList->c = 1;
// fCommandList->c = 1;
fCommandList->cfl = 5;
fCommandList->prdbc = 0;