From owner-freebsd-stable@FreeBSD.ORG Mon Aug 11 01:11:41 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1671037B401 for ; Mon, 11 Aug 2003 01:11:41 -0700 (PDT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8D0C043F75 for ; Mon, 11 Aug 2003 01:11:40 -0700 (PDT) (envelope-from ps@freebsd.org) Received: from [192.168.0.100] (snv-global1.corp.yahoo.com [216.145.49.15]) by elvis.mu.org (Postfix) with ESMTP id 556912ED3D6; Mon, 11 Aug 2003 01:11:40 -0700 (PDT) Date: Mon, 11 Aug 2003 01:11:17 -0700 From: Paul Saab To: Mike Tancsa Message-ID: <201628756.1060564277@[192.168.0.100]> In-Reply-To: <5.2.0.9.0.20030810205121.07177438@209.112.4.2> References: <5.2.0.9.0.20030810205121.07177438@209.112.4.2> X-Mailer: Mulberry/3.1.0b5 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline cc: stable@freebsd.org Subject: Re: cvs commit: src/sys/dev/twe twe.c twe_compat.h twe_freebsd.c twe_tables.h tweio.h twereg.h twevar.h X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 08:11:41 -0000 The latest firmware will be needed to use the 3ware management utilities and unfortunately there is no way to do this online. You will have to flash the controller using a floppy booting into DOS. I just put in changes to the API today which will stop the API from even being used unless it is with the latest driver. Bad mojo will happen if the the API were allowed to be run on older drivers. --On Sunday, August 10, 2003 8:54 PM -0400 Mike Tancsa wrote: > > Hi, > Thank you for your work on this card! I have quite a few boxes > that run various 3wares cards with diverse firmware revs. Are there any > caveats with respect to models and firmware versions in terms of how they > might interact ? > > ---Mike > > At 01:25 PM 10/08/2003 -0700, Paul Saab wrote: >> ps 2003/08/10 13:25:46 PDT >> >> FreeBSD src repository >> >> Modified files: (Branch: RELENG_4) >> sys/dev/twe twe.c twe_compat.h twe_freebsd.c >> twe_tables.h tweio.h twereg.h twevar.h >> Log: >> MFC: Support for the 3ware API >> >> Revision Changes Path >> 1.1.2.7 +92 -59 src/sys/dev/twe/twe.c >> 1.1.2.4 +4 -1 src/sys/dev/twe/twe_compat.h >> 1.2.2.6 +77 -33 src/sys/dev/twe/twe_freebsd.c >> 1.1.2.3 +3 -0 src/sys/dev/twe/twe_tables.h >> 1.1.2.3 +10 -0 src/sys/dev/twe/tweio.h >> 1.1.2.5 +1 -1 src/sys/dev/twe/twereg.h >> 1.1.2.5 +3 -1 src/sys/dev/twe/twevar.h >> _______________________________________________ >> cvs-all@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/cvs-all >> To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >