Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 1999 15:22:55 -0500 (CDT)
From:      Jonathan Lemon <jlemon@americantv.com>
To:        brad@baileylink.net, scsi@freebsd.org
Subject:   Re: Compaq 3200 Smart Raid Controller support.
Message-ID:  <199909072022.PAA25178@free.pcs>
In-Reply-To: <local.mail.freebsd-scsi/002b01bef93f$c22ae700$33d5473f@togo.javabit.com>
References:  <local.mail.freebsd-scsi/Pine.BSF.4.10.9908170817440.2758-100000@earth.fxp>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <local.mail.freebsd-scsi/002b01bef93f$c22ae700$33d5473f@togo.javabit.com> 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




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