From owner-freebsd-scsi Tue Sep 7 20:29:11 1999 Delivered-To: freebsd-scsi@freebsd.org Received: from mocha.baileylink.net (mocha.baileylink.net [63.71.213.4]) by hub.freebsd.org (Postfix) with ESMTP id 1F15A154A3 for ; Tue, 7 Sep 1999 20:29:04 -0700 (PDT) (envelope-from brad@baileylink.net) Received: from togo (dhcp51.javabit.com [63.71.213.51]) by mocha.baileylink.net (Netscape Mail Server v2.02) with SMTP id AAA25414; Tue, 7 Sep 1999 22:27:00 -0500 From: brad@baileylink.net To: "Jonathan Lemon" , Subject: RE: Compaq 3200 Smart Raid Controller support. Date: Tue, 7 Sep 1999 22:21:30 -0500 Message-ID: <000201bef9a9$3e3989a0$33d5473f@togo.javabit.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <199909072022.PAA25178@free.pcs> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thank you for the patch Jonathan, but I don't think that it helped. I didn't quite understand why you would want to >> at the end, a can understand why you would want to multiply by 4 but not divide. If you have a compiled kernel that you would like me try I am willing to try that also. It is currently very difficult for me adjust the machine in question because it is my only FreeBSD box and the source tree keeps getting corrupt. The patched version of my kernel (assuming that I patched the thing correctly) exhibits the same problem. Please let me know if you have any other ideas. Thanx, BMG -----Original Message----- From: owner-freebsd-scsi@FreeBSD.ORG [mailto:owner-freebsd-scsi@FreeBSD.ORG]On Behalf Of Jonathan Lemon Sent: Tuesday, September 07, 1999 3:23 PM To: brad@baileylink.net; scsi@freebsd.org Subject: Re: Compaq 3200 Smart Raid Controller support. In article you write: >I have the same problem that Todd described. In the interest of bandwidth I >have created a site (http://testbed.baileylink.net/~brad/ida-debugs/) for >the information that I have gathered, including my dmesg, sysctl -a, and >uname -a. If you need more information I will gather it. > >Here is my config: >Compaq 1600R >1 Pentium II 450 >320MB RAM >1 Compaq SMART ARRAY 3200 >2 Compaq Hot Swap Drive 9GB 10K RPM Try this patch, I'm not 100% sure if it'll fix the problem, but I think it probably will. If it does, please let me know ASAP so it can get merged into 3.3-RC -- Jonathan Index: ida.c =================================================================== RCS file: /tuna/ncvs/src/sys/i386/isa/Attic/ida.c,v retrieving revision 1.1.2.2 diff -r1.1.2.2 ida.c 734c734,735 < qcbp->hdr.flags = 0x24; --- > qcbp->hdr.flags = > (sizeof(struct ida_req) + sizeof(struct ida_sgb) * IDA_MAX_SGLEN) >> 2; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message