From 21b4398f6a18ac9369e8db9db3da6ea619510776 Mon Sep 17 00:00:00 2001 From: Marcus Overhagen Date: Sat, 29 Sep 2007 00:34:09 +0000 Subject: [PATCH] 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 --- src/add-ons/kernel/busses/scsi/ahci/ahci_port.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;