From owner-freebsd-current@FreeBSD.ORG Fri Apr 23 14:09:28 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 9B136106566B; Fri, 23 Apr 2010 14:09:28 +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 586BE8FC15; Fri, 23 Apr 2010 14:09:28 +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 o3NE9PKn082089; Fri, 23 Apr 2010 08:09:25 -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: <20100423140037.GA5851@a91-153-117-195.elisa-laajakaista.fi> Date: Fri, 23 Apr 2010 08:09:24 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20100423140037.GA5851@a91-153-117-195.elisa-laajakaista.fi> To: Jaakko Heinonen 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: Fri, 23 Apr 2010 14:09:28 -0000 On Apr 23, 2010, at 8:00 AM, Jaakko Heinonen wrote: > On 2010-04-23, Alexander Best wrote: >> has anybody thought about adding scsi support to burncd(8)? i've been = using >> ATA CAM for quite a while now and really love it. however i miss = burncd(8). >=20 > I have thought about it. The mail I posted in December didn't generate > any interest. >=20 > http://docs.freebsd.org/cgi/mid.cgi?20091214182645.GA2764 >=20 My advice is to retrain your fingers to use cdrecord. Burncd is highly = specific to the old ata driver, and "adding SCSI support" to it would = likely involve a complete rewrite. =20 Scott