VirtualBox

Changeset 16211 in vbox


Ignore:
Timestamp:
Jan 23, 2009 7:23:27 PM (16 years ago)
Author:
vboxsync
Message:

DevACPI: doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevACPI.cpp

    r16173 r16211  
    186186    uint8_t             u8UseIOApic;
    187187    uint8_t             u8UseFdc;
    188     /* If High Precision Event Timer device should be supported */
     188    /** If High Precision Event Timer device should be supported */
    189189    uint8_t             u8UseHpet;
    190     /* If System Management Controller device should be supported */
     190    /** If System Management Controller device should be supported */
    191191    uint8_t             u8UseSmc;
     192/** @todo conver the above to bool where possible.  */
    192193
    193194    bool                fPowerButtonHandled;
    194     uint32_t            Alignment0;
     195    /** Aligning IBase. */
     196    bool                afAlignment[6];
    195197
    196198    /** ACPI port base interface. */
     
    204206    /** Pointer to the driver connector interface */
    205207    R3PTRTYPE(PPDMIACPICONNECTOR) pDrv;
    206 
    207 
    208208};
    209209
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette