Changeset 38852 in vbox
- Timestamp:
- Sep 23, 2011 2:02:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r36079 r38852 2099 2099 pBus->pPciHlpR0 = pBus->pPciHlpR3->pfnGetR0Helpers(pDevIns); 2100 2100 2101 /* Disable default device locking. */ 2102 rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns)); 2103 AssertRCReturn(rc, rc); 2104 2101 2105 /* 2102 2106 * Fill in PCI configs and add them to the bus.
Note:
See TracChangeset
for help on using the changeset viewer.