Changeset 49331 in vbox for trunk/src/VBox/Devices/PC/BIOS
- Timestamp:
- Oct 30, 2013 9:57:11 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90318
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/floppy.c
r48947 r49331 907 907 floppy_prepare_controller(drive); 908 908 909 // send seek command to controller 910 outb(0x03f5, 0x0f); // 0f: seek 911 outb(0x03f5, (head << 2) | drive); // HD DR1 DR2 912 outb(0x03f5, track); 913 909 914 // send format-track command (6 bytes) to controller 910 915 outb(0x03f5, 0x4d); // 4d: format track
Note:
See TracChangeset
for help on using the changeset viewer.