From owner-freebsd-stable@FreeBSD.ORG Fri Dec 29 11:49:03 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D464F16A50E for ; Fri, 29 Dec 2006 11:49:03 +0000 (UTC) (envelope-from scottl@pooker.samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.freebsd.org (Postfix) with ESMTP id 3C04D13C442 for ; Fri, 29 Dec 2006 11:49:02 +0000 (UTC) (envelope-from scottl@pooker.samsco.org) Received: from [192.168.254.14] (imini.samsco.home [192.168.254.14]) (authenticated bits=0) by pooker.samsco.org (8.13.4/8.13.4) with ESMTP id kBT7ICQk000810; Fri, 29 Dec 2006 00:18:18 -0700 (MST) (envelope-from scottl@pooker.samsco.home) Message-ID: <4594C099.9040307@pooker.samsco.org> Date: Fri, 29 Dec 2006 00:15:37 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7.7) Gecko/20050416 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Jeremy References: <20061221092717.A6431@xorpc.icir.org> <20061222073857.GA10704@tmn.ru> <20061225165735.M22401@atlantis.atlantis.dp.ua> <458FF48A.3010802@mail.zedat.fu-berlin.de> <20061228222306.GB836@turion.vk2pj.dyndns.org> In-Reply-To: <20061228222306.GB836@turion.vk2pj.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=1.2 required=3.8 tests=ALL_TRUSTED,NO_DNS_FOR_FROM autolearn=no version=3.1.1 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pooker.samsco.org Cc: "O. Hartmann" , stable@freebsd.org Subject: Re: burncd 'blank' not terminating ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2006 11:49:03 -0000 Peter Jeremy wrote: > On Mon, 2006-Dec-25 16:55:54 +0100, O. Hartmann wrote: > >>burncd had some nice advantages over cdrecord: it came from the BSD >>tree, it had capabilities for burning DVD+RW images. Disadvantage was >>the limitation to ATA interface. > > > I see the latter as a disadvantage of cdrecord: It only works on SCSI > drives (or via atapicam) and uses an obscure device naming approach. > I am also more comfortable making /dev/acd0 mode 0666 than doing the > same to /dev/pass0 > Did you know that ATAPI is actually just the SCSI command set that is merely encapsulated into the IDE wire protocol? Scott