Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 1999 22:21:30 -0500
From:      brad@baileylink.net
To:        "Jonathan Lemon" <jlemon@americantv.com>, <scsi@freebsd.org>
Subject:   RE: Compaq 3200 Smart Raid Controller support.
Message-ID:  <000201bef9a9$3e3989a0$33d5473f@togo.javabit.com>
In-Reply-To: <199909072022.PAA25178@free.pcs>

next in thread | previous in thread | raw e-mail | index | archive | help
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
<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



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?000201bef9a9$3e3989a0$33d5473f>