Ooops- forgot to commit this.

PR:		14009
Submitted by:	jreynold@primenet.com
This commit is contained in:
Matt Jacob 1999-09-28 05:14:52 +00:00
parent 4e2abf95a3
commit a8dafb4d99
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=51744

View File

@ -245,6 +245,10 @@ static struct sa_quirk_entry sa_quirk_table[] =
{ T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "M4 DATA",
"123107 SCSI*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_2FM, 0
},
{ /* jreynold@primenet.com */
{ T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "Seagate",
"STT8000N*", "*"}, SA_QUIRK_1FM, 0
},
{
{ T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "TANDBERG",
" TDC 3600", "U07:"}, SA_QUIRK_NOCOMP|SA_QUIRK_1FM, 512
@ -535,7 +539,7 @@ saclose(dev_t dev, int flag, int fmt, struct proc *p)
printf("unable to backspace over one of double"
" filemarks at end of tape\n");
xpt_print_path(periph->path);
printf("it is possible that this device "
printf("it is possible that this device"
" needs a SA_QUIRK_1FM quirk set for it\n");
softc->flags |= SA_FLAG_TAPE_FROZEN;
}