Changeset 27274 in vbox for trunk/src/VBox
- Timestamp:
- Mar 11, 2010 11:58:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r26173 r27274 4259 4259 * data to transfer and the amount of guest memory reserved can differ 4260 4260 */ 4261 if (pAhciPortTaskState->pfnPostProcess )4261 if (pAhciPortTaskState->pfnPostProcess || true) 4262 4262 { 4263 4263 ahciLog(("%s: Request with post processing.\n")); … … 5057 5057 case ATA_READ_VERIFY_SECTORS: 5058 5058 case ATA_READ_VERIFY_SECTORS_WITHOUT_RETRIES: 5059 case ATA_SLEEP: 5059 5060 pAhciPortTaskState->uATARegError = 0; 5060 5061 pAhciPortTaskState->uATARegStatus = ATA_STAT_READY | ATA_STAT_SEEK; … … 5096 5097 case ATA_SMART: 5097 5098 case ATA_NV_CACHE: 5098 case ATA_SLEEP: /* Powermanagement not supported. */5099 5099 pAhciPortTaskState->uATARegError = ABRT_ERR; 5100 5100 pAhciPortTaskState->uATARegStatus = ATA_STAT_READY | ATA_STAT_ERR; … … 6534 6534 6535 6535 PCIDevSetVendorId (&pThis->dev, 0x8086); /* Intel */ 6536 PCIDevSetDeviceId (&pThis->dev, 0x2 829); /* ICH-8M */6536 PCIDevSetDeviceId (&pThis->dev, 0x27C5); /* ICH-8M */ 6537 6537 PCIDevSetCommand (&pThis->dev, 0x0000); 6538 6538 PCIDevSetRevisionId (&pThis->dev, 0x02);
Note:
See TracChangeset
for help on using the changeset viewer.