summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>1999-09-28 05:17:57 +0000
committerMatt Jacob <mjacob@FreeBSD.org>1999-09-28 05:17:57 +0000
commit674ba0143c35da61711d5ae6a0fbd53a949daa40 (patch)
tree74c7ca09fbb4b3cb65f29071e72970dbbf6a49b4
parent2583cb908c660c9ad05583bfd555099eaafe0cc8 (diff)
Notes
-rw-r--r--sys/cam/scsi/scsi_sa.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_sa.c b/sys/cam/scsi/scsi_sa.c
index 8b787463b997..bdb98c62b97a 100644
--- a/sys/cam/scsi/scsi_sa.c
+++ b/sys/cam/scsi/scsi_sa.c
@@ -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
@@ -544,7 +548,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;
}