Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 1999 21:32:35 +0100 (CET)
From:      Wilko Bulte <wilko@yedi.iaf.nl>
To:        bright@wintelcom.net (Alfred Perlstein)
Cc:        groudier@club-internet.fr, FreeBSD-hackers@FreeBSD.ORG
Subject:   Re: Linux ioctl not implemented error
Message-ID:  <199912012032.VAA11365@yedi.iaf.nl>
In-Reply-To: <Pine.BSF.4.21.9912011156200.4557-100000@fw.wintelcom.net> from Alfred Perlstein at "Dec 1, 1999 12: 8:41 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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