From owner-freebsd-scsi Tue Sep 7 13:23:58 1999 Delivered-To: freebsd-scsi@freebsd.org Received: from sumatra.americantv.com (sumatra.americantv.com [208.139.222.227]) by hub.freebsd.org (Postfix) with ESMTP id 6189A15636 for ; Tue, 7 Sep 1999 13:23:53 -0700 (PDT) (envelope-from jlemon@americantv.com) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id PAA18274; Tue, 7 Sep 1999 15:22:57 -0500 (CDT) Received: from free.pcs (free.PCS [148.105.10.51]) by right.PCS (8.8.5/8.6.4) with ESMTP id PAA22973; Tue, 7 Sep 1999 15:22:55 -0500 (CDT) Received: (from jlemon@localhost) by free.pcs (8.8.6/8.8.5) id PAA25178; Tue, 7 Sep 1999 15:22:55 -0500 (CDT) Date: Tue, 7 Sep 1999 15:22:55 -0500 (CDT) From: Jonathan Lemon Message-Id: <199909072022.PAA25178@free.pcs> To: brad@baileylink.net, scsi@freebsd.org Subject: Re: Compaq 3200 Smart Raid Controller support. X-Newsgroups: local.mail.freebsd-scsi In-Reply-To: References: Organization: Architecture and Operating System Fanatics Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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