@@ -80,7 +80,7 @@ iwmFuji::iwmFuji()
8080
8181 { FUJICMD_RESET, [this ]() { this ->send_reply_packet (err_result); this ->iwm_ctrl_reset_fujinet (); }}, // 0xFF
8282 { IWM_CTRL_RESET, [this ]() { this ->send_reply_packet (err_result); this ->iwm_ctrl_reset_fujinet (); }}, // 0x00
83- { IWM_CTRL_CLEAR_ENSEEN, [this ]() { diskii_xface.d2_enable_seen = 0 ; err_result = SP_ERR_NOERROR; }},
83+ { IWM_CTRL_CLEAR_ENSEEN, [this ]() { diskii_xface.d2_enable_seen = 0 ; err_result = SP_ERR_NOERROR; Debug_printf ( " \n CLEAR ENSEEN: %02x " , diskii_xface. d2_enable_seen ); }},
8484
8585 { FUJICMD_MOUNT_ALL, [&]() { err_result = (mount_all () ? SP_ERR_IOERROR : SP_ERR_NOERROR); }}, // 0xD7
8686 { FUJICMD_MOUNT_IMAGE, [&]() { err_result = iwm_ctrl_disk_image_mount (); }}, // 0xF8
@@ -92,7 +92,7 @@ iwmFuji::iwmFuji()
9292
9393 { IWM_STATUS_DIB, [this ]() { this ->send_status_dib_reply_packet (); status_completed = true ; }}, // 0x03
9494 { IWM_STATUS_STATUS, [this ]() { this ->send_status_reply_packet (); status_completed = true ; }}, // 0x00
95- { IWM_STATUS_ENSEEN, [this ]() { data_len = 1 ; data_buffer[0 ] = diskii_xface.d2_enable_seen ; }},
95+ { IWM_STATUS_ENSEEN, [this ]() { Debug_printf ( " \n ENSEEN: %02x " , diskii_xface. d2_enable_seen ); data_len = 1 ; data_buffer[0 ] = diskii_xface.d2_enable_seen ; }},
9696
9797 { FUJICMD_DEVICE_ENABLE_STATUS, [this ]() { this ->send_stat_get_enable (); }}, // 0xD1
9898 { FUJICMD_GET_ADAPTERCONFIG_EXTENDED, [this ]() { this ->iwm_stat_get_adapter_config_extended (); }}, // 0xC4
0 commit comments