Changeset 22124 in vbox
- Timestamp:
- Aug 10, 2009 10:24:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r21910 r22124 1515 1515 1516 1516 /* Check if the cleared ports have a interrupt status bit set. */ 1517 while ( u32Value > 0)1517 while ((u32Value > 0) && (i < AHCI_MAX_NR_PORTS_IMPL)) 1518 1518 { 1519 1519 if (u32Value & 0x01) … … 1817 1817 { 1818 1818 pAhciPort->regCMD |= AHCI_PORT_CMD_CPS; /* Indicate that there is a device on that port */ 1819 /* We received a COMINIT signal */1820 pAhciPort->regTFD |= ATA_STAT_BUSY;1821 1819 1822 1820 if (pAhciPort->fPoweredOn)
Note:
See TracChangeset
for help on using the changeset viewer.