-
Notifications
You must be signed in to change notification settings - Fork 87
fix/: change LTOA to LTO10 #529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: v2.4.8-windows-support
Are you sure you want to change the base?
fix/: change LTOA to LTO10 #529
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Magic-Kowel
Did you test these changes? could you share the output of your tests please?
There was no need to change the variable and constant names but it's ok as long as you keep it consistent across all files.
Look into the comment I left please.
Thanks!
src/tape_drivers/hp_tape.c
Outdated
@@ -346,7 +346,7 @@ static struct _timeout_tape timeout_lto9_hh[] = { | |||
{-1, -1} | |||
}; | |||
|
|||
static struct _timeout_tape timeout_ltoA_hh[] = { | |||
static struct _timeout_tape timeout_10_hh[] = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
specify lto not only 10
Hello @Magic-Kowel |
src/tape_drivers/tape_drivers.h
Outdated
DRIVE_LTOA = 0x210A, /* Ultrium Gen A */ | ||
DRIVE_LTOA_HH = 0x220A, /* Ultrium Gen A Half-High */ | ||
DRIVE_LTO10 = 0x210A, /* Ultrium Gen A */ | ||
DRIVE_LTO10_HH = 0x220A, /* Ultrium Gen A Half-High */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gen 10
also in the comment?
src/tape_drivers/tape_drivers.h
Outdated
TC_MP_LTO8D_CART = 0x88, /* LTO8 Data cartridge */ | ||
TC_MP_LTO9D_CART = 0x98, /* LTO9 Data cartridge */ | ||
TC_MP_LTO10D_CART = 0xA8, /* LTOA Data cartridge */ | ||
TC_MP_LTOP10D_CART = 0xA9, /* LTOPA Data cartridge */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I make a few minor comments. It is really great if you accept the changes.
src/tape_drivers/hp_tape.c
Outdated
@@ -87,7 +87,7 @@ struct _timeout_tape{ | |||
int timeout; /**< SCSI timeout */ | |||
}; | |||
|
|||
/* Base timeout value for LTO */ | |||
/* Base timeout value for LTO */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove a space char. It looks inserted accidentally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
LTOA to LTO10
This pull request includes following changes or fixes.
Description
Change LTOA to LTO10
Type of change
Checklist: