Searched defs:drive_type (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dfloppy.c46 extern uint16_t get_floppy_dpt(uint8_t drive_type);
304 uint8_t drive_type, config_data, media_state; local
342 drive_type = inb_cmos(0x10);
344 drive_type >>= 4;
346 drive_type &= 0x0f;
347 if ( drive_type == 1 ) {
353 else if ( drive_type == 2 ) {
359 else if ( drive_type == 3 ) {
365 else if ( drive_type == 4 ) {
371 else if ( drive_type
424 uint8_t drive_type; local
455 uint8_t drive_type, num_floppies, ah; local
[all...]

Completed in 505 milliseconds