vbox的更動 26160 路徑 trunk/src/VBox/Devices/Input/DevPS2.cpp
- 時間撮記:
- 2010-2-2 下午06:23:29 (15 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Input/DevPS2.cpp
r26157 r26160 1472 1472 else if (rc == VERR_PDM_NO_ATTACHED_DRIVER) 1473 1473 { 1474 Log(("%s/%d: warning: no driver attached to LUN #0!\n", pDevIns->p DevReg->szDeviceName, pDevIns->iInstance));1474 Log(("%s/%d: warning: no driver attached to LUN #0!\n", pDevIns->pReg->szDeviceName, pDevIns->iInstance)); 1475 1475 rc = VINF_SUCCESS; 1476 1476 } … … 1493 1493 else if (rc == VERR_PDM_NO_ATTACHED_DRIVER) 1494 1494 { 1495 Log(("%s/%d: warning: no driver attached to LUN #1!\n", pDevIns->p DevReg->szDeviceName, pDevIns->iInstance));1495 Log(("%s/%d: warning: no driver attached to LUN #1!\n", pDevIns->pReg->szDeviceName, pDevIns->iInstance)); 1496 1496 rc = VINF_SUCCESS; 1497 1497 } … … 1581 1581 1582 1582 /** 1583 * Construct a device instance for a VM. 1584 * 1585 * @returns VBox status. 1586 * @param pDevIns The device instance data. 1587 * If the registration structure is needed, pDevIns->pDevReg points to it. 1588 * @param iInstance Instance number. Use this to figure out which registers and such to use. 1589 * The device number is also found in pDevIns->iInstance, but since it's 1590 * likely to be freqently used PDM passes it as parameter. 1591 * @param pCfgHandle Configuration node handle for the device. Use this to obtain the configuration 1592 * of the device instance. It's also found in pDevIns->pCfgHandle, but like 1593 * iInstance it's expected to be used a bit in this function. 1583 * @interface_method_impl{PDMDEVREG,pfnConstruct} 1594 1584 */ 1595 1585 static DECLCALLBACK(int) kbdConstruct(PPDMDEVINS pDevIns, int iInstance, PCFGMNODE pCfgHandle)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器