Commit 85fb213
Tyler Erickson
bug: Changing fast format to stay busy until complete
Changing fast format options to hold the bus busy until the format is complete in order to make sure the drive completes the format as expected without interruptions from the OS or the user.
This was added after observing that drives doing fast format report 100% right away, however this is confusing as the sense data still shows that the drive is busy with a format. Setting it to hold busy makes it more clear when the drive is actually done and ready.
Signed-off-by: Tyler Erickson <[email protected]>1 parent 186a012 commit 85fb213
File tree
2 files changed
+11
-2
lines changed- utils/C/openSeaChest
2 files changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
1988 | 1988 | | |
1989 | 1989 | | |
1990 | 1990 | | |
| 1991 | + | |
| 1992 | + | |
| 1993 | + | |
| 1994 | + | |
1991 | 1995 | | |
1992 | 1996 | | |
1993 | 1997 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
1241 | 1241 | | |
1242 | 1242 | | |
1243 | 1243 | | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
1244 | 1249 | | |
1245 | 1250 | | |
1246 | 1251 | | |
| |||
0 commit comments