Changeset 16211 in vbox
- Timestamp:
- Jan 23, 2009 7:23:27 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r16173 r16211 186 186 uint8_t u8UseIOApic; 187 187 uint8_t u8UseFdc; 188 /* If High Precision Event Timer device should be supported */188 /** If High Precision Event Timer device should be supported */ 189 189 uint8_t u8UseHpet; 190 /* If System Management Controller device should be supported */190 /** If System Management Controller device should be supported */ 191 191 uint8_t u8UseSmc; 192 /** @todo conver the above to bool where possible. */ 192 193 193 194 bool fPowerButtonHandled; 194 uint32_t Alignment0; 195 /** Aligning IBase. */ 196 bool afAlignment[6]; 195 197 196 198 /** ACPI port base interface. */ … … 204 206 /** Pointer to the driver connector interface */ 205 207 R3PTRTYPE(PPDMIACPICONNECTOR) pDrv; 206 207 208 208 }; 209 209
Note:
See TracChangeset
for help on using the changeset viewer.

