From owner-cvs-src@FreeBSD.ORG Mon Jun 27 22:31:46 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACE5716A41C; Mon, 27 Jun 2005 22:31:46 +0000 (GMT) (envelope-from ps@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DE1D43D1F; Mon, 27 Jun 2005 22:31:46 +0000 (GMT) (envelope-from ps@freebsd.org) Received: from [192.168.1.88] (64-142-76-135.dsl.static.sonic.net [64.142.76.135]) by elvis.mu.org (Postfix) with ESMTP id 51B075C97C; Mon, 27 Jun 2005 15:31:46 -0700 (PDT) Message-ID: <42C07E5D.2020505@freebsd.org> Date: Mon, 27 Jun 2005 15:31:57 -0700 From: Paul Saab User-Agent: Mozilla Thunderbird 1.0+ (Macintosh/20050626) MIME-Version: 1.0 To: Paul Saab References: <200506272221.j5RML8jS007175@repoman.freebsd.org> In-Reply-To: <200506272221.j5RML8jS007175@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c amrreg.h amrvar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 22:31:47 -0000 I forgot to mention that all this was based off the work Scott Long did. Paul Saab wrote: > ps 2005-06-27 22:21:08 UTC > > FreeBSD src repository > > Modified files: (Branch: RELENG_4) > sys/dev/amr amr.c amr_cam.c amr_disk.c amr_pci.c > amrreg.h amrvar.h > Log: > Merge a whole slew of stability fixes from RELENG_5/CURRENT. > > - amr should now work reliably on systems with more than 4GB of ram. > - Assign a static slot number to each command instead of doing a > linear search for free slots each time a command is needed. > - Fixes for the ioctl path. > > A good portition of these changes were submitted by > David Sze > > Revision Changes Path > 1.7.2.16 +244 -141 src/sys/dev/amr/amr.c > 1.1.2.4 +13 -8 src/sys/dev/amr/amr_cam.c > 1.5.2.7 +2 -3 src/sys/dev/amr/amr_disk.c > 1.1.2.11 +11 -8 src/sys/dev/amr/amr_pci.c > 1.1.2.5 +4 -1 src/sys/dev/amr/amrreg.h > 1.2.2.8 +6 -0 src/sys/dev/amr/amrvar.h > >