From owner-freebsd-stable@FreeBSD.ORG Wed Apr 2 19:18:42 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21DF6106564A for ; Wed, 2 Apr 2008 19:18:42 +0000 (UTC) (envelope-from emaste@freebsd.org) Received: from gw.sandvine.com (gw.sandvine.com [199.243.201.138]) by mx1.freebsd.org (Postfix) with ESMTP id BFA708FC1F for ; Wed, 2 Apr 2008 19:18:41 +0000 (UTC) (envelope-from emaste@freebsd.org) Received: from labgw2.phaedrus.sandvine.com ([192.168.3.11]) by gw.sandvine.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 2 Apr 2008 15:17:40 -0400 Received: by labgw2.phaedrus.sandvine.com (Postfix, from userid 12627) id DD2D111704; Wed, 2 Apr 2008 15:17:39 -0400 (EDT) Date: Wed, 2 Apr 2008 15:17:39 -0400 From: Ed Maste To: Chris Timmons Message-ID: <20080402191739.GA92902@sandvine.com> References: <20080102034228.M16861@mindcrime.int.bit0.com> <20080401154009.GA56872@sandvine.com> <20080402100216.H177@n.cwu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080402100216.H177@n.cwu.edu> User-Agent: Mutt/1.4.2.1i X-OriginalArrivalTime: 02 Apr 2008 19:17:40.0196 (UTC) FILETIME=[37F88A40:01C894F6] Cc: freebsd-stable@freebsd.org, Mike Andrews Subject: Re: aac tool regressions on 7.0-RC1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 19:18:42 -0000 On Wed, Apr 02, 2008 at 10:16:17AM -0700, Chris Timmons wrote: > Ed, > > Your work-around works on 7-stable as of this morning. Excellent! I've actually committed a better fix to HEAD now (aac.c revision 1.137). The diffs[1] should apply cleanly to RELENG_7 and RELENG_6 I believe, and I plan to MFC them in a week or so. If you have time to try it out on 7 before then I'd like to find out if it solves the problem (properly) for you. > I have quite a few 2200S equipped systems that I am transitioning from 6.X > to 7-stable and aaccli is necessary to be able to insert/remove drives and > initialize them into storage arrays. > > sysutils/arcconf says it needs aacraid-drivers from Adaptec's website to > be fully functional; I don't see any FreeBSD drivers at Adaptec for the > 2200S (perhaps they are available for a newer product but will work for > this older adapter?) I think that note is obsolete; it was true but shouldn't be the case any longer after my recent set of aac changes to bring the CVS driver in line with Adaptec's. We use arcconf at work for building arrays, monitoring the controller, etc. on 22xx class cards as well as newer SAS/SATA cards like the 3805. Please give aaccli a try with the driver in 7-stable and let me know if you find any functionality that doesn't work. (6-stable doesn't have all of the changes yet, so I don't think it'll work there right now.) [1] http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/aac/aac.c.diff?r1=1.136;r2=1.137 -Ed