VirtualBox

Changeset 47531 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 2, 2013 7:05:08 PM (11 years ago)
Author:
vboxsync
Message:

BIOS: Report floppy change line support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/floppy.c

    r47036 r47531  
    11121112        if (drive_type==0) {
    11131113            SET_AH(0); // drive not present
    1114         }
    1115         else {
     1114        } else if (drive_type > 1) {
     1115            SET_AH(2); // drive present, supports change line
     1116        } else {
    11161117            SET_AH(1); // drive present, does not support change line
    11171118        }
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