Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 1998 11:38:36 -0500
From:      Charlie Wilkinson - XM <cwilkins@varmint.tris.irs.gov>
To:        Albert Max Lai <amlai@columbia.edu>
Cc:        aic7xxx@FreeBSD.ORG
Subject:   Re: Ultra with 20MB/s od AIC7890 ???? (fwd)
Message-ID:  <19981125113836.62543@varmint.tris.irs.gov>
In-Reply-To: <Pine.GSO.3.95qL.981125064823.17309B-100000@konichiwa.cc.columbia.edu>; from Albert Max Lai on Wed, Nov 25, 1998 at 06:53:20AM -0500
References:  <Pine.GSO.3.95qL.981125064823.17309B-100000@konichiwa.cc.columbia.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Nov 25, 1998 at 06:53:20AM -0500, Albert Max Lai typeth in:

> I think this might be related... both 2.0.36 and 2.1.129 use the 5.1.4
> version of the driver.

FWIW, the stock 2.0.36 kernel in RH5.2 uses the v5.1.2 driver (which
gave me the same problems as 2.1.129 when compiled for SMP).

Anyway, the little patch you passed along did the trick, thanks
Albert!  I now have 2.1.129 running in SMP mode with all four drives
correctly reporting 80MB/s.  Four concurrent iozone tests (one on each
drive) now give r/w results of 9-10MB/s each.  I can work with that.
:-)

-cw-

For those who missed it, around line 8352 of drivers/scsi/aic7xxx.c:

Old:
>         if ( (sc->device_flags[i] & (CFSYNCHISULTRA | CFXFER)) == 0x03) 
>         {

New:
>         if ( ((sc->device_flags[i] & (CFSYNCHISULTRA | CFXFER)) == 0x03) 
> &&
>              !(p->features & AHC_ULTRA2) )
>         {

-- 
|o|/\/\/\/\/\/\/\/\/\/\/\/\/\/\/|o|
|o|      Charlie Wilkinson      |o|
|o| cwilkins@varmint.is.irs.gov |o|
|o|   cwilkins@boink.clark.net  |o|
|o|/\/\/\/\/\/\/\/\/\/\/\/\/\/\/|o|


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-aic7xxx" in the body of the message



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