From owner-cvs-all@FreeBSD.ORG Thu May 29 19:19:08 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFC3137B401; Thu, 29 May 2003 19:19:08 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18A5E43F3F; Thu, 29 May 2003 19:19:08 -0700 (PDT) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6/8.11.6) with ESMTP id h4U2EMZ25185; Thu, 29 May 2003 19:14:22 -0700 Received: from btc.adaptec.com ([10.100.253.187]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id TAA13501; Thu, 29 May 2003 19:19:06 -0700 (PDT) Message-ID: <3ED6D3E8.7000004@btc.adaptec.com> Date: Thu, 29 May 2003 21:45:44 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 References: <200305300214.h4U2EM02086867@repoman.freebsd.org> In-Reply-To: <200305300214.h4U2EM02086867@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aic7xxx aic79xx.h aic79xx.reg X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2003 02:19:09 -0000 Scott Long wrote: > scottl 2003/05/29 19:14:22 PDT > > FreeBSD src repository > > Modified files: > sys/dev/aic7xxx aic79xx.h aic79xx.reg > Log: > Fix a reported case of severe data corruption: > > aic79xx.h: > aic79xx.reg: > Return the SCB_TAG field to 16byte alignment. > It seems that on some PCI systems, SCBs are not > transferred correctly to the controller with > the previous placement of the SCB_TAG field. > > Approved by: re (rwatson) > > Revision Changes Path > 1.12 +13 -13 src/sys/dev/aic7xxx/aic79xx.h > 1.14 +32 -29 src/sys/dev/aic7xxx/aic79xx.reg Shoot, this and the other change were both submitted by Justin Gibbs. Sorry for the omission. Scott