Changeset 24156 in vbox for trunk/src/VBox/Devices/Graphics/HGSMI
- Timestamp:
- Oct 29, 2009 12:23:56 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp
r24053 r24156 1540 1540 void HGSMIReset (PHGSMIINSTANCE pIns) 1541 1541 { 1542 if(pIns->pHGFlags) 1543 { 1544 /* treat the abandoned commands as read.. */ 1545 while(HGSMIHostRead (pIns) != HGSMIOFFSET_VOID) {} 1546 } 1547 1548 /* .. and complete them */ 1542 1549 while(hgsmiProcessHostCmdCompletion (pIns, 0, true)) {} 1543 1550
Note:
See TracChangeset
for help on using the changeset viewer.