From owner-cvs-src@FreeBSD.ORG Wed Dec 3 14:52:22 2003 Return-Path: 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 9A6D816A4CE; Wed, 3 Dec 2003 14:52:22 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55C2643FE0; Wed, 3 Dec 2003 14:52:20 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc11) with ESMTP id <2003120322521801100anb7pe>; Wed, 3 Dec 2003 22:52:19 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id OAA36106; Wed, 3 Dec 2003 14:52:17 -0800 (PST) Message-Id: <200312032252.OAA36106@InterJet.elischer.org> Date: Wed, 3 Dec 2003 14:52:16 -0800 (PST) From: Julian Elischer To: Paul Saab cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/twe twe.c twe_compat.h twe_freebsd.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 03 Dec 2003 22:52:22 -0000 twe_tables.h tweio.h twereg.h twevar.h In-Reply-To: <200312020757.hB27vKIW011545@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII great.. of course the question I have is my usual.. ETA for 4.x version? I'm getting pesterred for a better tool. On Mon, 1 Dec 2003, Paul Saab wrote: > ps 2003/12/01 23:57:20 PST > > FreeBSD src repository > > Modified files: > sys/dev/twe twe.c twe_compat.h twe_freebsd.c > twe_tables.h tweio.h twereg.h twevar.h > Log: > After extensive QA cycles at 3ware, bring the driver in-line with all the > issues which they found and asked to be changed so 3ware can offcially > support the driver. > > Summary of the most significant changes: > > - TWE_OVERRIDE is no longer supported > - If twe_getparam failed, bogus data would be returned to the caller > - Cache the device unit in the twe_drive structure to aid debugging > - Add the 3ware driver version. > - Proper return error codes for many functions. > - Track the minimum queue length statistics > - 4.x compat: use the cached unit number from the twe_drive structure > instead of the the cached si_drv2. 3ware found that after many loads > and unloads that si_drv2 became corrupted. This did not happen in > -current. > > Submitted by: Vinod Kashyap (with modifications by me) > Approved by: re (rwatson) > > Revision Changes Path > 1.18 +100 -48 src/sys/dev/twe/twe.c > 1.11 +4 -34 src/sys/dev/twe/twe_compat.h > 1.31 +42 -49 src/sys/dev/twe/twe_freebsd.c > 1.4 +4 -17 src/sys/dev/twe/twe_tables.h > 1.3 +6 -3 src/sys/dev/twe/tweio.h > 1.10 +4 -1 src/sys/dev/twe/twereg.h > 1.9 +26 -8 src/sys/dev/twe/twevar.h >