From owner-freebsd-current@FreeBSD.ORG Thu Sep 18 15:09:00 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DCEB16A4B3 for ; Thu, 18 Sep 2003 15:09:00 -0700 (PDT) Received: from Stalker.alfacom.net (Stalker.Alfacom.net [193.108.124.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D637B43FB1 for ; Thu, 18 Sep 2003 15:08:57 -0700 (PDT) (envelope-from vkushnir@Alfacom.net) Received: from kushnir1.kiev.ua (124-217.dialup.Alfacom.net [193.108.124.217]) by Stalker.alfacom.net (8.12.8/8.12.8) with ESMTP id h8IM8j7m004109; Fri, 19 Sep 2003 01:08:48 +0300 (EEST) Received: from kushnir1.kiev.ua (kushnir1.kiev.ua [10.0.0.1]) by kushnir1.kiev.ua (8.12.9/8.12.9) with ESMTP id h8IM8hLU001951; Fri, 19 Sep 2003 01:08:43 +0300 (EEST) (envelope-from vkushnir@Alfacom.net) Date: Fri, 19 Sep 2003 01:08:43 +0300 (EEST) From: Vladimir Kushnir X-X-Sender: vkushnir@kushnir1.kiev.ua To: Soren Schmidt In-Reply-To: <200309180617.h8I6HHSi020253@spider.deepcore.dk> Message-ID: <20030919010255.I775@kushnir1.kiev.ua> References: <200309180617.h8I6HHSi020253@spider.deepcore.dk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@FreeBSD.ORG Subject: Re: What's happened to CDIOCREADAUDIO & friends? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 18 Sep 2003 22:09:00 -0000 On Thu, 18 Sep 2003, Soren Schmidt wrote: > > The right way of doing audio graps has been to set the wanted blocksize > with CDRIOCSETBLOCKSIZE (not needed if all tracks on the CD is of > the same size), then just read from the device. Ioctl's was newer meant > to be used to read/write data, its also faster to use the R/W path... > Ok, perhaps, but ioctls seem to be more usual way and it's a bit simpler... Still, I'm just user... Rather unhappy now :-( > > perhaps several more ports. Oh, incidentaly, cdparanoia (at least) is > > broken under -CURRENT in yet another way: it still looks for > > /dev/{acd,cd,mcd}%c - > > ports/audio/cdparanoia/files/patch-interface-scan_devices.c > > - which aren't there after cloning removal). > > Then that should be fixed as well the sooner the better... > Together with sys/cdio.h, where both ioc_read_audio and CDIOCREADAUDIO are declared Regards, Vladimir