From owner-freebsd-scsi@FreeBSD.ORG Mon May 3 07:18:46 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 8E0AE16A4CE for ; Mon, 3 May 2004 07:18:46 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D1F43D1F for ; Mon, 3 May 2004 07:18:46 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i43EMiu6012347 for ; Mon, 3 May 2004 08:22:44 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <409654B3.5040309@freebsd.org> Date: Mon, 03 May 2004 08:18:27 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-scsi@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org Subject: [PATCH] ASR driver update X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 14:18:46 -0000 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