Changeset 33133 in vbox
- Timestamp:
- Oct 14, 2010 2:00:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/ConsoleImpl2.cpp
r33127 r33133 860 860 case ChipsetType_ICH9: 861 861 InsertConfigNode(pDevices, "ich9pci", &pDev); 862 u32HbcPciAddress = (0x1 d<< 16) | 0;862 u32HbcPciAddress = (0x1e << 16) | 0; 863 863 u32IocPciAddress = (0x1f << 16) | 0; // LPC controller 864 864 break;
Note:
See TracChangeset
for help on using the changeset viewer.