Changeset 13192 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 11, 2008 9:30:39 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 37729
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r13191 r13192 1915 1915 PPCIBUS pBus = PDMINS_2_DATA(pDevIns, PPCIBUS); 1916 1916 int iIrqPinBridge = 0; 1917 uint8_t uDevFnBridge ;1917 uint8_t uDevFnBridge = pPciDev->devfn; 1918 1918 1919 1919 /* Walk the chain until we reach the host bus. */
Note:
See TracChangeset
for help on using the changeset viewer.