From owner-freebsd-scsi@FreeBSD.ORG Tue Oct 31 21:02:25 2006 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B38916A403; Tue, 31 Oct 2006 21:02:25 +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 8932F43D46; Tue, 31 Oct 2006 21:02:23 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [10.10.3.185] ([165.236.175.187]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id k9VL2F1X057221; Tue, 31 Oct 2006 14:02:20 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <4547B9D1.6060201@samsco.org> Date: Tue, 31 Oct 2006 14:02:09 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20060206 X-Accept-Language: en-us, en MIME-Version: 1.0 To: mjacob@freebsd.org References: <7579f7fb0610281854l3ec600d7kf0a2cdf20fdcb838@mail.gmail.com> <7579f7fb0610282210p59de2123g379f0d4069bd1e42@mail.gmail.com> <45443C7F.5040508@samsco.org> <7579f7fb0610300801x4650cb3fgb93f662fbf7b4213@mail.gmail.com> <20061031115204.Y21918@ns1.feral.com> In-Reply-To: <20061031115204.Y21918@ns1.feral.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=0.0 required=3.8 tests=none autolearn=failed version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: freebsd-scsi@freebsd.org Subject: Re: CAM_NEW_TRAN changes-next set of changes ready for review X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 21:02:25 -0000 mjacob@freebsd.org wrote: > > http://people.freebsd.org/~mjacob/DIFFS.CAM_NEW_TRAN_CODE > > This is the complete set of changes that remove the non-NEW_TRAN code > from the kernel and also does the minimal fixes to camlib and camcontrol > to accomodate the changes (it's just not practical to support old/new > simultaneously). > > I did a somewhat halfhearted run through /usr/ports trying to find > Makefile and patches that depended on CAM. That turned out to be a > fairly short list: > > /usr/ports/audio/cdparanoia > /usr/ports/audio/sound-juicer > /usr/ports/audio/xmcd > /usr/ports/emulators/mtools > /usr/ports/misc/mtx > /usr/ports/multimedia/k9copy > > I *think* based upon scanning them that only cdparanoia would have to > *really* be recompiled- in fact, it just an XPT_PATH_INQ, so it might > even get away from having to be recompiled. > > Any glaring omissions? > > -matt > I think that there are some GNOME and KDE apps that also might be affected. You can always pass a patch off to the ports team (portmgr) and ask them to do a trial run with it. They are always very open to that; better to have everything fixed ahead of time than to deal with things suddenly breaking. Scott