As Alfred Perlstein wrote ...
> On Wed, 1 Dec 1999, Wilko Bulte wrote:

> > > CDROMVOLREAD that you want to map to CDIOGETVOL.
> > > 
> > > IMO, you should download a recent Linux stable tree (2.2.13 should fit)
> > 
> > Sounds like fair idea.
> > 
> > > which is a single gzipped tar file. Then you will be able to quickly add
> > 
> > Do you have a pointer to such a tgz at hand maybe?

Never mind, I got one in the meantime.

> try this:
> 
> Index: linux_ioctl.c
> ===================================================================
> RCS file: /home/ncvs/src/sys/i386/linux/linux_ioctl.c,v
> retrieving revision 1.47
> diff -u -u -r1.47 linux_ioctl.c
> --- linux_ioctl.c     1999/11/29 23:03:34     1.47
> +++ linux_ioctl.c     1999/12/01 23:46:22
> @@ -1273,6 +1273,11 @@
>       return error;
>      }
>  
> +    case LINUX_CDROMVOLREAD: {
> +     args->arg = CDIOGETVOL;

                    CDIOCGETVOL
I think as CDIOGETVOL does not exist.

The console complaints about the ioctl are gone now. Unfortunately VMware
still complains. I'll try to findout why.

-- 
|   / o / /  _          Arnhem, The Netherlands   - Powered by FreeBSD -
|/|/ / / /( (_) Bulte   WWW : http://www.tcja.nl  http://www.freebsd.org


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to