diff --git a/src/add-ons/kernel/busses/scsi/ahci/ahci_port.cpp b/src/add-ons/kernel/busses/scsi/ahci/ahci_port.cpp index a754c3a4dd..c5e364ed4a 100644 --- a/src/add-ons/kernel/busses/scsi/ahci/ahci_port.cpp +++ b/src/add-ons/kernel/busses/scsi/ahci/ahci_port.cpp @@ -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;