Changeset 43332 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Sep 14, 2012 4:46:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r43331 r43332 305 305 /** Geometry register - Readonly. */ 306 306 volatile uint8_t regGeometry; 307 /** Pending (delayed) interrupt. */308 uint8_t uPendingIntr;309 307 310 308 /** Local RAM for the fetch hostadapter local RAM request. … … 340 338 * to prevent the BIOs to access the device. */ 341 339 bool fISAEnabled; 340 /** Pending (delayed) interrupt. */ 341 uint8_t uPendingIntr; 342 342 343 343 /** Number of mailboxes the guest set up. */
Note:
See TracChangeset
for help on using the changeset viewer.