From owner-cvs-all@FreeBSD.ORG Mon May 14 22:41:08 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 3FF7516A400; Mon, 14 May 2007 22:41:08 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (ns1.feral.com [192.67.166.1]) by mx1.freebsd.org (Postfix) with ESMTP id 1145813C458; Mon, 14 May 2007 22:41:02 +0000 (UTC) (envelope-from mjacob@freebsd.org) Received: from ns1.feral.com (localhost [127.0.0.1]) by ns1.feral.com (8.14.1/8.14.1) with ESMTP id l4EMes39088276; Mon, 14 May 2007 15:41:02 -0700 (PDT) (envelope-from mjacob@freebsd.org) Received: from localhost (mjacob@localhost) by ns1.feral.com (8.14.1/8.14.1/Submit) with ESMTP id l4EMesnw088273; Mon, 14 May 2007 15:40:54 -0700 (PDT) (envelope-from mjacob@freebsd.org) X-Authentication-Warning: ns1.feral.com: mjacob owned process doing -bs Date: Mon, 14 May 2007 15:40:54 -0700 (PDT) From: mjacob@freebsd.org To: Richard Tector In-Reply-To: <464A305A.1040902@thekeelecentre.com> Message-ID: <20070514154010.E88263@ns1.feral.com> References: <200705052018.l45KIPLJ083350@repoman.freebsd.org> <464A305A.1040902@thekeelecentre.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed 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 Reply-To: mjacob@freebsd.org 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 22:41:08 -0000 > Matt Jacob 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? > > Regards, > > Richard > 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.