Skip to content

Commit

Permalink
Jag7 fix (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreen24 authored Nov 27, 2023
1 parent 2273268 commit fd41c66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions src/tape_drivers/generic/file/filedebug_tc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1420,14 +1420,9 @@ static inline int _sanitize_tape(struct filedebug_data *state)
}
} else if (gen == DRIVE_GEN_JAG7) {
switch (state->conf.cart_type) {
case TC_MP_JE:
case TC_MP_JM:
case TC_MP_JF:
state->is_worm = false;
break;
case TC_MP_JV:
state->is_worm = true;
break;
default:
ltfsmsg(LTFS_INFO, 30086I, "TS1170", state->conf.cart_type);
state->is_worm = false;
Expand Down
6 changes: 0 additions & 6 deletions src/tape_drivers/ibm_tape.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,6 @@ DRIVE_DENSITY_SUPPORT_MAP jaguar_drive_density[] = {
/* TS1170 */
{ DRIVE_GEN_JAG7, TC_MP_JF, TC_DC_JAG7, MEDIUM_PERFECT_MATCH },
{ DRIVE_GEN_JAG7, TC_MP_JF, TC_DC_UNKNOWN, MEDIUM_PROBABLY_WRITABLE },
{ DRIVE_GEN_JAG7, TC_MP_JE, TC_DC_JAG6, MEDIUM_WRITABLE },
{ DRIVE_GEN_JAG7, TC_MP_JE, TC_DC_UNKNOWN, MEDIUM_WRITABLE },
{ DRIVE_GEN_JAG7, TC_MP_JV, TC_DC_JAG6, MEDIUM_WRITABLE },
{ DRIVE_GEN_JAG7, TC_MP_JV, TC_DC_UNKNOWN, MEDIUM_WRITABLE },
{ DRIVE_GEN_JAG7, TC_MP_JM, TC_DC_JAG6, MEDIUM_WRITABLE },
{ DRIVE_GEN_JAG7, TC_MP_JM, TC_DC_UNKNOWN, MEDIUM_WRITABLE },

/* TS1160 */
{ DRIVE_GEN_JAG6, TC_MP_JE, TC_DC_JAG6, MEDIUM_PERFECT_MATCH },
Expand Down

0 comments on commit fd41c66

Please sign in to comment.