Changeset 37205 in vbox
- Timestamp:
- May 24, 2011 4:43:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/fdc.c
r36781 r37205 1674 1674 static void fdctrl_handle_partid(fdctrl_t *fdctrl, int direction) 1675 1675 { 1676 fdctrl->fifo[0] = 0x 41; /* Stepping 1 */1676 fdctrl->fifo[0] = 0x01; /* Stepping 1 */ 1677 1677 fdctrl_set_fifo(fdctrl, 1, 0); 1678 1678 }
Note:
See TracChangeset
for help on using the changeset viewer.