VirtualBox

Changeset 43335 in vbox


Ignore:
Timestamp:
Sep 14, 2012 5:35:00 PM (12 years ago)
Author:
vboxsync
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevBusLogic.cpp

    r43332 r43335  
    338338     * to prevent the BIOs to access the device. */
    339339    bool                            fISAEnabled;
    340     /** Pending (delayed) interrupt. */
    341     uint8_t                         uPendingIntr;
    342340
    343341    /** Number of mailboxes the guest set up. */
     
    380378    uint32_t                        Alignment2;
    381379
    382     /** Time when HBA reset was last initiated. */  //@todo: does this need to be saved?
    383     uint64_t                        u64ResetTime;
    384 
    385380    /** Critical section protecting access to the interrupt status register. */
    386381    PDMCRITSECT                     CritSectIntr;
     
    422417    volatile uint32_t               cInMailboxesReady;
    423418#endif
     419
     420    /** Time when HBA reset was last initiated. */  //@todo: does this need to be saved?
     421    uint64_t                        u64ResetTime;
     422
     423    /** Pending (delayed) interrupt. */
     424    uint8_t                         uPendingIntr;
    424425
    425426} BUSLOGIC, *PBUSLOGIC;
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