Skip to content

Commit fd41c66

Browse files
authored
Jag7 fix (#435)
1 parent 2273268 commit fd41c66

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/tape_drivers/generic/file/filedebug_tc.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,14 +1420,9 @@ static inline int _sanitize_tape(struct filedebug_data *state)
14201420
}
14211421
} else if (gen == DRIVE_GEN_JAG7) {
14221422
switch (state->conf.cart_type) {
1423-
case TC_MP_JE:
1424-
case TC_MP_JM:
14251423
case TC_MP_JF:
14261424
state->is_worm = false;
14271425
break;
1428-
case TC_MP_JV:
1429-
state->is_worm = true;
1430-
break;
14311426
default:
14321427
ltfsmsg(LTFS_INFO, 30086I, "TS1170", state->conf.cart_type);
14331428
state->is_worm = false;

src/tape_drivers/ibm_tape.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ DRIVE_DENSITY_SUPPORT_MAP jaguar_drive_density[] = {
6767
/* TS1170 */
6868
{ DRIVE_GEN_JAG7, TC_MP_JF, TC_DC_JAG7, MEDIUM_PERFECT_MATCH },
6969
{ DRIVE_GEN_JAG7, TC_MP_JF, TC_DC_UNKNOWN, MEDIUM_PROBABLY_WRITABLE },
70-
{ DRIVE_GEN_JAG7, TC_MP_JE, TC_DC_JAG6, MEDIUM_WRITABLE },
71-
{ DRIVE_GEN_JAG7, TC_MP_JE, TC_DC_UNKNOWN, MEDIUM_WRITABLE },
72-
{ DRIVE_GEN_JAG7, TC_MP_JV, TC_DC_JAG6, MEDIUM_WRITABLE },
73-
{ DRIVE_GEN_JAG7, TC_MP_JV, TC_DC_UNKNOWN, MEDIUM_WRITABLE },
74-
{ DRIVE_GEN_JAG7, TC_MP_JM, TC_DC_JAG6, MEDIUM_WRITABLE },
75-
{ DRIVE_GEN_JAG7, TC_MP_JM, TC_DC_UNKNOWN, MEDIUM_WRITABLE },
7670

7771
/* TS1160 */
7872
{ DRIVE_GEN_JAG6, TC_MP_JE, TC_DC_JAG6, MEDIUM_PERFECT_MATCH },

0 commit comments

Comments
 (0)