From owner-cvs-all@FreeBSD.ORG Mon May 14 23:21:58 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 4F05316A402; Mon, 14 May 2007 23:21:58 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 01A7013C483; Mon, 14 May 2007 23:21:57 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id l4ENLq1J043456; Mon, 14 May 2007 17:21:53 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <4648EF0C.7050906@samsco.org> Date: Mon, 14 May 2007 17:21:48 -0600 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.2pre) Gecko/20070111 SeaMonkey/1.1 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 X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Mon, 14 May 2007 17:21:53 -0600 (MDT) X-Spam-Status: No, score=-1.4 required=5.5 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Richard Tector , 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:21:58 -0000 mjacob@FreeBSD.org wrote: > > > >> 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. > > And I'd like to merge back the MPSAFE CAM work once it's had a little longer to mature and stabilize. I can do the merge so that the API doesn't change for non-MPSAFE SIMs, but there is no way to avoid an ABI change for SIMs. Luckily, this only affects kernel modules, not userland apps. Scott