Changeset 36992 in vbox for trunk/src/VBox
- Timestamp:
- May 6, 2011 7:22:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r36990 r36992 1127 1127 } 1128 1128 1129 if ( (u32Value & AHCI_PORT_SERR_N) 1130 && (pAhciPort->regSERR & AHCI_PORT_SERR_N)) 1131 ASMAtomicAndU32(&pAhciPort->regIS, ~AHCI_PORT_IS_PRCS); 1132 1129 1133 pAhciPort->regSERR &= ~u32Value; 1130 1134 … … 1374 1378 1375 1379 /* Send the first D2H FIS only if it wasn't already send. */ 1376 if (!pAhciPort->fFirstD2HFisSend) 1380 if ( !pAhciPort->fFirstD2HFisSend 1381 && pAhciPort->pDrvBase) 1377 1382 { 1378 1383 #ifndef IN_RING3
Note:
See TracChangeset
for help on using the changeset viewer.