Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2002 04:10:04 -0700 (PDT)
From:      "Bharat Mediratta" <bharat@menalto.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/38886: Maxtor 3000LE requires another sys/cam/scsi_da.c quirk
Message-ID:  <200206041110.g54BA4u89395@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

The following reply was made to PR kern/38886; it has been noted by GNATS.

From: "Bharat Mediratta" <bharat@menalto.com>
To: <freebsd-gnats-submit@FreeBSD.org>, <bharat@menalto.com>
Cc:  
Subject: Re: kern/38886: Maxtor 3000LE requires another sys/cam/scsi_da.c quirk
Date: Tue, 4 Jun 2002 03:59:11 -0700

 The patch I submitted is off by one line and will cause a
 kernel panic!  That's what I get for trying to edit the patch
 by hand to beautify it.  Here's a unified diff that will
 work:
 
 --- scsi_da.c.orig      Tue Jun  4 00:57:26 2002
 +++ scsi_da.c   Tue Jun  4 02:55:11 2002
 @@ -263,6 +263,13 @@
                 /*quirks*/ DA_Q_NO_6_BYTE
         },
         {
 +               /*
 +                * Another Maxtor 3000LE USB Drive
 +                */
 +               {T_DIRECT, SIP_MEDIA_FIXED, "Maxtor*", "G120J6*", "*"},
 +               /*quirks*/ DA_Q_NO_6_BYTE
 +       },
 +       {
                 {T_OPTICAL, SIP_MEDIA_REMOVABLE, "FUJITSU", "MCF3064AP",
 "*"},
                 /*quirks*/ DA_Q_NO_6_BYTE
         },
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206041110.g54BA4u89395>