From owner-freebsd-scsi@FreeBSD.ORG Tue May 4 22:50:07 2004 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03F4D16A4CE for ; Tue, 4 May 2004 22:50:07 -0700 (PDT) Received: from cmsrelay03.mx.net (cmsrelay03.mx.net [165.212.11.112]) by mx1.FreeBSD.org (Postfix) with SMTP id 9DCC043D4C for ; Tue, 4 May 2004 22:50:06 -0700 (PDT) (envelope-from noackjr@alumni.rice.edu) Received: from uadvg137.cms.usa.net (165.212.11.137) by cmsoutbound.mx.net with SMTP; 5 May 2004 05:50:05 -0000 Received: from optimator.noacks.org [66.140.16.119] by uadvg137.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) with ESMTP id 229ieeFYc0341M37; Wed, 05 May 2004 05:50:02 GMT X-USANET-Auth: 66.140.16.119 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 1880C612D; Wed, 5 May 2004 00:50:02 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 99728-05; Wed, 5 May 2004 00:50:01 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id E6DA56110; Wed, 5 May 2004 00:50:00 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.12.11/8.12.11) with ESMTP id i455o06t004643; Wed, 5 May 2004 00:50:00 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <40988088.90303@alumni.rice.edu> Date: Wed, 05 May 2004 00:50:00 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.6 (X11/20040504) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <409654B3.5040309@freebsd.org> In-Reply-To: <409654B3.5040309@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org cc: freebsd-scsi@freebsd.org Subject: Re: [PATCH] ASR driver update X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2004 05:50:07 -0000 Scott Long wrote: > All, > > In case you've been watching the CVS commit mail, I've started a > massive cleanup effort on the ASR driver. Nearly all of the work > so far has been cosmetic and non-functional (which trimmed nearly > 1000 lines off of asr.c!). Now I have a patch that converts the > driver to using the bus_space_*() API. While this should, in > theory, not change any functionality, it is a much more fundamental > change to the driver, so I'd appreciate more testing of it before > I commit. The patch can be found at > > http://people.freebsd.org/~scottl/asr_bus_space.diff > > I'm espeically interested in testing with the 20xx ZCR adapters since > they appear to be especially troublesome to the API. > > Thanks, > > Scott Works fine for me on a 2100S with rev. 1.58 of asr.c: asr0: mem 0xe4000000-0xe5ffffff irq 11 at device 5.1 on pci2 asr0: Reserved 0x2000000 bytes for rid 0x10 type 3 at 0xe4000000 asr0: [GIANT-LOCKED] asr0: ADAPTEC 2100S FW Rev. 370F, 1 channel, 256 CCBs, Protocol I2O Jon