Changeset 39264 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Nov 10, 2011 3:15:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r35353 r39264 899 899 } 900 900 901 uint32_t iBusId Pci0= 0;902 uint32_t iBusId Isa= 1;901 uint32_t iBusIdIsa = 0; 902 uint32_t iBusIdPci0 = 1; 903 903 904 904 /* ISA bus */
Note:
See TracChangeset
for help on using the changeset viewer.