From owner-cvs-all@FreeBSD.ORG Mon May 14 23:20:30 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4FA5C16A403; Mon, 14 May 2007 23:20:30 +0000 (UTC) (envelope-from richardtector@thekeelecentre.com) Received: from mx0.thekeelecentre.com (mx0.thekeelecentre.com [217.206.238.167]) by mx1.freebsd.org (Postfix) with ESMTP id 0B92713C45D; Mon, 14 May 2007 23:20:29 +0000 (UTC) (envelope-from richardtector@thekeelecentre.com) Received: from localhost (mailfil.mx0.thekeelecentre.com [217.206.238.165]) by mx0.thekeelecentre.com (Postfix) with ESMTP id 74A1140B3; Tue, 15 May 2007 00:20:29 +0100 (BST) X-Virus-Scanned: by amavisd-new at mx0.thekeelecentre.com Received: from mx0.thekeelecentre.com ([217.206.238.167]) by localhost (mailfil.mx0.thekeelecentre.com [217.206.238.165]) (amavisd-new, port 10024) with ESMTP id I4OWQ5J4Q6Oq; Tue, 15 May 2007 00:20:27 +0100 (BST) Received: from [10.0.2.12] (82-71-32-9.dsl.in-addr.zen.co.uk [82.71.32.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx0.thekeelecentre.com (Postfix) with ESMTP id AC69E4071; Tue, 15 May 2007 00:20:26 +0100 (BST) Message-ID: <464A40A2.8000502@thekeelecentre.com> Date: Wed, 16 May 2007 00:22:10 +0100 From: Richard Tector User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: mjacob@freebsd.org References: <200705052018.l45KIPLJ083350@repoman.freebsd.org> <464A305A.1040902@thekeelecentre.com> <20070514154010.E88263@ns1.feral.com> In-Reply-To: <20070514154010.E88263@ns1.feral.com> 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/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h mpt_pci.c mpt_raid.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 14 May 2007 23:20:30 -0000 mjacob@freebsd.org wrote: >>> mjacob 2007-05-05 20:18:25 UTC >>> >>> FreeBSD src repository >>> >>> Modified files: >>> sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h mpt_pci.c >>> mpt_raid.c Log: >>> Make this driver MP safe and still be a multi-release driver. >>> Obtained from: 99% of the work done by Scott Long. >>> MFC after: 3 days >> Are there still plans to MFC this work? > Yes, but in no great hurry because, it won't affect RELENG_6 because > RELENG_6 hasn't got the rest of the MP safe CAM stuff. Aha, fair enough. Thank you for the response. Regards, Richard