From owner-freebsd-scsi Tue May 23 19:16:31 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from netserver.pth.com (cc529084-b.glou1.nj.home.com [24.23.78.8]) by hub.freebsd.org (Postfix) with ESMTP id 174C737B9FF for ; Tue, 23 May 2000 19:16:27 -0700 (PDT) (envelope-from paul@pth.com) Received: from dell.pth.com ([192.42.172.11] helo=dell) by netserver.pth.com with smtp (Exim 3.13 #1) id 12uQie-0000NE-00 for freebsd-scsi@freebsd.org; Tue, 23 May 2000 22:16:24 -0400 Message-ID: <010b01bfc525$2c9b4ba0$0bac2ac0@pth.com> From: "Paul Haddad" To: Subject: quirk_table entry for a Hitachi DK319H Date: Tue, 23 May 2000 22:04:19 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi All, I've been trying to get my DK319H scsi/SCA drive to work properly in my server. After looking through some linux kernel sources for similar drives I saw several models of HITACHI drives that do not like more then one LUN probed. I added the following entry to the xpr_quirk_table. { /* Doesn't like multi-LUN probing. */ { T_DIRECT, SIP_MEDIA_FIXED, "HITACHI", "DK319*", "*" }, CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/255 }, This seems to work, but I'm not sure what the values should be for min/max tags. Can someone tell me how to find that out? Are the above settings 0 & 255 suboptimal? How do I go about making sure the above is added to the code tree? --- Paul Haddad (paul@pth.com) AIM:(ETS Paul) My pen is at the bottom of a page, Which, being finished, here the story ends; 'Tis to be wished it had been sooner done, But stories somehow lengthen when begun. -- Byron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message