Changeset 23414 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Sep 29, 2009 3:26:29 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52975
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvBlock.cpp
r22277 r23414 517 517 uint32_t fTachFlags = 0; /** @todo figure attachment flags for mount. */ 518 518 PPDMIBASE pBase; 519 int rc = PDMDrvHlpAttach(pThis->pDrvIns, fTachFlags, &pBase); 519 int rc = PDMDrvHlpAttach(pThis->pDrvIns, fTachFlags, &pBase); 520 520 if (RT_FAILURE(rc)) 521 521 { … … 527 527 if (pThis->pDrvMedia) 528 528 { 529 /** @todo r=klaus missing async handling, this is just a band aid to 530 * avoid using stale information */ 531 pThis->pDrvMediaAsync = NULL; 532 529 533 /* 530 534 * Initialize state. … … 928 932 drvblockDetach, 929 933 /* pfnPowerOff */ 930 NULL, 934 NULL, 931 935 /* pfnSoftReset */ 932 936 NULL,
Note:
See TracChangeset
for help on using the changeset viewer.