VirtualBox

Changeset 103883 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Mar 18, 2024 9:39:42 AM (9 months ago)
Author:
vboxsync
Message:

Undid accidental commit.

File:
1 edited

Legend:

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

    r103882 r103883  
    791791        break;
    792792    case FD_REG_DSR:
    793         fdctrl_write_data(fdctrl, value);
    794 //        fdctrl_write_rate(fdctrl, value);
     793        fdctrl_write_rate(fdctrl, value);
    795794        break;
    796795    case FD_REG_FIFO:
     
    10461045    if (value & FD_DSR_SWRESET) {
    10471046        fdctrl->dor &= ~FD_DOR_nRESET;
    1048 //        fdctrl_reset(fdctrl, 1);
     1047        fdctrl_reset(fdctrl, 1);
    10491048        fdctrl->dor |= FD_DOR_nRESET;
    10501049    }
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