Don't claim the adapter is idle if it is clearing a drive.

MFC after:	1 week
This commit is contained in:
John Baldwin 2014-04-22 15:15:54 +00:00
parent 9eeef7464b
commit 4099f0ec42
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264765

View File

@ -766,7 +766,7 @@ show_progress(int ac, char **av __unused)
printf("drive %s ", mfi_drive_name(NULL, device_id,
MFI_DNAME_DEVICE_ID|MFI_DNAME_HONOR_OPTS));
mfi_display_progress("Clear", &pinfo.prog_info.clear);
busy = 1;
}
}