Skip to content

Commit dda67f0

Browse files
author
josue-morfin
committed
change order drive dencity
1 parent 595d8c6 commit dda67f0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/tape_drivers/hp_tape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ struct _timeout_tape{
8787
int timeout; /**< SCSI timeout */
8888
};
8989

90-
/* Base timeout value for LTO */
90+
/* Base timeout value for LTO */
9191
static struct _timeout_tape timeout_lto[] = {
9292
{ CHANGE_DEFINITION, -1 },
9393
{ XCOPY, -1 },

src/tape_drivers/ibm_tape.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@ DRIVE_DENSITY_SUPPORT_MAP jaguar_drive_density_strict[] = {
194194

195195
DRIVE_DENSITY_SUPPORT_MAP lto_drive_density[] = {
196196
/* LTO10 */
197-
{ DRIVE_GEN_LTO10, TC_MP_LTOP10D_CART, TC_DC_LTOP10, MEDIUM_PERFECT_MATCH},
198197
{ DRIVE_GEN_LTO10, TC_MP_LTO10D_CART, TC_DC_LTO10, MEDIUM_PERFECT_MATCH},
198+
{ DRIVE_GEN_LTO10, TC_MP_LTOP10D_CART, TC_DC_LTOP10, MEDIUM_PERFECT_MATCH},
199199
{ DRIVE_GEN_LTO10, TC_MP_LTO10D_CART, TC_DC_UNKNOWN, MEDIUM_PERFECT_MATCH},
200200
{ DRIVE_GEN_LTO10, TC_MP_LTOP10D_CART, TC_DC_UNKNOWN, MEDIUM_PERFECT_MATCH},
201201
/* LTO9 */
@@ -232,8 +232,8 @@ DRIVE_DENSITY_SUPPORT_MAP lto_drive_density[] = {
232232

233233
DRIVE_DENSITY_SUPPORT_MAP lto_drive_density_strict[] = {
234234
/* LTO10 */
235-
{ DRIVE_GEN_LTO10, TC_MP_LTOP10D_CART, TC_DC_LTOP10, MEDIUM_PERFECT_MATCH},
236235
{ DRIVE_GEN_LTO10, TC_MP_LTO10D_CART, TC_DC_LTO10, MEDIUM_PERFECT_MATCH},
236+
{ DRIVE_GEN_LTO10, TC_MP_LTOP10D_CART, TC_DC_LTOP10, MEDIUM_PERFECT_MATCH},
237237
{ DRIVE_GEN_LTO10, TC_MP_LTO10D_CART, TC_DC_UNKNOWN, MEDIUM_PERFECT_MATCH},
238238
{ DRIVE_GEN_LTO10, TC_MP_LTOP10D_CART, TC_DC_UNKNOWN, MEDIUM_PERFECT_MATCH},
239239

0 commit comments

Comments
 (0)