Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Mar 2003 21:12:23 +0300
From:      "Valeriy E. Ushakov" <uwe@ptc.spbu.ru>
To:        freebsd-stable@freebsd.org
Subject:   Re: VCD disks
Message-ID:  <20030321181223.GD3967@snark.ptc.spbu.ru>
In-Reply-To: <844r5wljvy.fsf@raven.plab.ku.dk>
References:  <844r5wljvy.fsf@raven.plab.ku.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Mar 21, 2003 at 18:17:05 +0100, Dmitry Karasik wrote:

> I do not want the question to sound like a "why not", not even
> because the code change is safe and minimal, but because there is no
> other way to read a VCD without patching and recompiling kernel.

Huh, I've been able to grab/watch VCDs since, uhm, 4.2 or so...  In a
C program you can do:

    int bs = 2352;
    ioctl(fd, CDRIOCSETBLOCKSIZE, &bs);

and after that just use plain reads.

SY, Uwe
-- 
uwe@ptc.spbu.ru                         |       Zu Grunde kommen
http://www.ptc.spbu.ru/~uwe/            |       Ist zu Grunde gehen

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030321181223.GD3967>