Date: Tue, 23 May 2000 22:04:19 -0400 From: "Paul Haddad" <paul@pth.com> To: <freebsd-scsi@freebsd.org> Subject: quirk_table entry for a Hitachi DK319H Message-ID: <010b01bfc525$2c9b4ba0$0bac2ac0@pth.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?010b01bfc525$2c9b4ba0$0bac2ac0>