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:
Tom Rhodes 2002-12-16 17:40:17 +00:00
parent 0adb6d7a49
commit 5461a2d2d0

View File

@ -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