The HP DAT 40 tape drive should be able to handle variable block sizes.
But for some reason the block size is different when a different type of tape is placed in the drive. This commit fixes that. PR: 46209 Submitted by: Alex Wang <alex@alexwang.com> Approved by: mjacob
This commit is contained in:
parent
0adb6d7a49
commit
5461a2d2d0
@ -301,6 +301,10 @@ static struct sa_quirk_entry sa_quirk_table[] =
|
||||
"C15*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_NO_CPAGE, 0,
|
||||
},
|
||||
#endif
|
||||
{
|
||||
{ T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP",
|
||||
"C56*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_2FM, 0
|
||||
},
|
||||
{
|
||||
{ T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP",
|
||||
"T20*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 512
|
||||
|
Loading…
Reference in New Issue
Block a user