- Timestamp:
- Jun 12, 2013 3:16:02 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r45649 r46511 2053 2053 AHCI_HBA_CAP_NP_SET(pThis->cPortsImpl); /* Number of supported ports */ 2054 2054 pThis->regHbaCtrl = AHCI_HBA_CTRL_AE; 2055 pThis->regHbaIs = 0;2056 2055 pThis->regHbaPi = ahciGetPortsImplemented(pThis->cPortsImpl); 2057 2056 pThis->regHbaVs = AHCI_HBA_VS_MJR | AHCI_HBA_VS_MNR; … … 2061 2060 pThis->uCccPortNr = 0; 2062 2061 pThis->uCccNr = 0; 2062 2063 /* Clear pending interrupts. */ 2064 pThis->regHbaIs = 0; 2065 pThis->u32PortsInterrupted = 0; 2066 ahciHbaClearInterrupt(pThis); 2063 2067 2064 2068 pThis->f64BitAddr = false;
Note:
See TracChangeset
for help on using the changeset viewer.