View | Details | Raw Unified | Return to bug 14009
Collapse All | Expand All

(-)scsi_sa.c.new Wed Sep 22 07:17:36 1999 (-1 / +5 lines)
Lines 213-218 Link Here
213
213
214
static struct sa_quirk_entry sa_quirk_table[] =
214
static struct sa_quirk_entry sa_quirk_table[] =
215
{
215
{
216
        {
217
                { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "Seagate",
218
                  "STT8000N*", "*"}, SA_QUIRK_1FM, 0
219
        },
216
       {
220
       {
217
               { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "ARCHIVE",
221
               { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "ARCHIVE",
218
                 "Python 25601*", "*"}, SA_QUIRK_NOCOMP, 0
222
                 "Python 25601*", "*"}, SA_QUIRK_NOCOMP, 0
Lines 544-550 Link Here
544
                               printf("unable to backspace over one of double"
548
                               printf("unable to backspace over one of double"
545
                                  " filemarks at end of tape\n");
549
                                  " filemarks at end of tape\n");
546
                               xpt_print_path(periph->path);
550
                               xpt_print_path(periph->path);
547
                               printf("it is possible that this device "
551
                               printf("it is possible that this device"
548
                                  " needs a SA_QUIRK_1FM quirk set for it\n");
552
                                  " needs a SA_QUIRK_1FM quirk set for it\n");
549
                               softc->flags |= SA_FLAG_TAPE_FROZEN;
553
                               softc->flags |= SA_FLAG_TAPE_FROZEN;
550
                       }
554
                       }

Return to bug 14009