Changeset 48072 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Aug 26, 2013 7:49:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/floppyt.c
r48069 r48072 98 98 for (i = 0; i < sizeof(fd_map) / sizeof(fd_map[0]); ++i) 99 99 if (fd_map[i].type == drv_typ) 100 return &fd_parm[ i];100 return &fd_parm[fd_map[i].dpt_entry]; 101 101 102 102 /* As a fallback, return the 1.44M DPT. */
Note:
See TracChangeset
for help on using the changeset viewer.