From owner-freebsd-current@FreeBSD.ORG Mon Apr 26 02:03:20 2010 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F7A5106567F; Mon, 26 Apr 2010 02:03:20 +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 D05908FC19; Mon, 26 Apr 2010 02:03:19 +0000 (UTC) Received: from [127.0.0.1] (pooker.samsco.org [168.103.85.57]) (authenticated bits=0) by pooker.samsco.org (8.14.3/8.14.3) with ESMTP id o3Q23GGc095309; Sun, 25 Apr 2010 20:03:16 -0600 (MDT) (envelope-from scottl@samsco.org) Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii From: Scott Long In-Reply-To: <4BD4F35C.4020608@FreeBSD.org> Date: Sun, 25 Apr 2010 20:03:16 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <60DC882E-266C-46CA-9AB6-71B487418C15@samsco.org> References: <4BD4F35C.4020608@FreeBSD.org> To: Doug Barton X-Mailer: Apple Mail (2.1078) X-Spam-Status: No, score=-1.0 required=3.8 tests=ALL_TRUSTED, T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.0 X-Spam-Checker-Version: SpamAssassin 3.3.0 (2010-01-18) on pooker.samsco.org Cc: Alexander Best , freebsd-current@FreeBSD.org Subject: Re: Switchover to CAM ATA? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Apr 2010 02:03:20 -0000 On Apr 25, 2010, at 7:58 PM, Doug Barton wrote: > On 04/25/10 03:23, Alexander Best wrote: >> another option would be to have a ata(4)->cam(4)->ata(4) emulation.=20= >=20 > What would be the value of doing all of that work as opposed to just > using one of the available options that already work with cam such as > cdrecord? >=20 I think that there's a valid argument for having a cd recording program = in the base system. cdrecord is an excellent program, but I don't = believe that it's a good candidate to try to import into FreeBSD. Scoot