vbox的更動 11233 路徑 trunk/src/VBox/Devices/Bus
- 時間撮記:
- 2008-8-8 上午02:29:41 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r11232 r11233 1303 1303 static DECLCALLBACK(int) pciIORegionRegister(PPDMDEVINS pDevIns, PPCIDEVICE pPciDev, int iRegion, uint32_t cbRegion, PCIADDRESSSPACE enmType, PFNPCIIOREGIONMAP pfnCallback) 1304 1304 { 1305 PPCIIOREGION pRegion;1306 1305 1307 1306 /* … … 1324 1323 * Register the I/O region. 1325 1324 */ 1326 pRegion = &pPciDev->Int.s.aIORegions[iRegion];1327 pRegion->addr = ~0U;1328 pRegion->size = cbRegion;1329 pRegion->type = enmType;1330 pRegion->map_func = pfnCallback;1325 PPCIIOREGION pRegion = &pPciDev->Int.s.aIORegions[iRegion]; 1326 pRegion->addr = ~0U; 1327 pRegion->size = cbRegion; 1328 pRegion->type = enmType; 1329 pRegion->map_func = pfnCallback; 1331 1330 return VINF_SUCCESS; 1332 1331 } … … 1369 1368 */ 1370 1369 pGlobals->pci_bios_io_addr = 0xc000; 1371 pGlobals->pci_bios_mem_addr = 0xf0000000;1370 pGlobals->pci_bios_mem_addr = UINT32_C(0xf0000000); 1372 1371 1373 1372 /*
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器