Changeset 64373 in vbox for trunk/src/VBox/Devices/PC/DevLPC.cpp
- Timestamp:
- Oct 23, 2016 7:03:39 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111478
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevLPC.cpp
r62995 r64373 316 316 pThis->dev.config[0xf3] = RT_BYTE4(RCBA_BASE); 317 317 318 rc = PDMDevHlpPCIRegister (pDevIns, &pThis->dev); 318 rc = PDMDevHlpPCIRegisterEx(pDevIns, &pThis->dev, PDMPCIDEVREG_CFG_PRIMARY, PDMPCIDEVREG_F_NOT_MANDATORY_NO, 319 31 /*uPciDevNo*/, 0 /*uPciFunNo*/, "lpc"); 319 320 if (RT_FAILURE(rc)) 320 321 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.