Changeset 38853 in vbox
- Timestamp:
- Sep 23, 2011 2:03:23 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74150
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r37636 r38853 2733 2733 pBus->pPciHlpR0 = pBus->pPciHlpR3->pfnGetR0Helpers(pDevIns); 2734 2734 2735 /* Disable default device locking. */ 2736 rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns)); 2737 AssertRCReturn(rc, rc); 2738 2735 2739 /* 2736 2740 * Fill in PCI configs and add them to the bus.
Note:
See TracChangeset
for help on using the changeset viewer.