From owner-freebsd-hackers Wed Dec 1 12:54:24 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 280C715187 for ; Wed, 1 Dec 1999 12:54:17 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id VAA28801; Wed, 1 Dec 1999 21:38:03 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id VAA11365; Wed, 1 Dec 1999 21:32:35 +0100 (CET) (envelope-from wilko) From: Wilko Bulte Message-Id: <199912012032.VAA11365@yedi.iaf.nl> Subject: Re: Linux ioctl not implemented error In-Reply-To: from Alfred Perlstein at "Dec 1, 1999 12: 8:41 pm" To: bright@wintelcom.net (Alfred Perlstein) Date: Wed, 1 Dec 1999 21:32:35 +0100 (CET) Cc: groudier@club-internet.fr, FreeBSD-hackers@FreeBSD.ORG X-Organisation: Private FreeBSD site - Arnhem, The Netherlands X-pgp-info: PGP public key at 'finger wilko@freefall.freebsd.org' X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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