From owner-freebsd-emulation Mon Jul 5 8: 8:13 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from gaia.euronet.nl (gaia.euronet.nl [194.134.0.10]) by hub.freebsd.org (Postfix) with ESMTP id 67B0114CFD for ; Mon, 5 Jul 1999 08:08:10 -0700 (PDT) (envelope-from freebsd-emulation@scc.nl) Received: from scones.sup.scc.nl (i310.ztm.euronet.nl [194.134.67.71]) by gaia.euronet.nl (8.8.8/8.8.8) with ESMTP id RAA14800 from for ; Mon, 5 Jul 1999 17:08:08 +0200 (MET DST) Received: (from daemon@localhost) by scones.sup.scc.nl (8.9.3/8.9.3) id QAA17424 for emulation@FreeBSD.ORG; Mon, 5 Jul 1999 16:49:32 +0200 (CEST) (envelope-from freebsd-emulation@scc.nl) Received: from GATEWAY by scones.sup.scc.nl with netnews for emulation@FreeBSD.ORG (emulation@FreeBSD.ORG) To: emulation@FreeBSD.ORG Date: Mon, 05 Jul 1999 16:49:28 +0200 From: Marcel Moolenaar Message-ID: <3780C5F8.2270E128@scc.nl> Organization: SCC vof Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <19990702182620.A9199@ipass.net>, <19990705081318.A1558@ipass.net> Subject: Re: RealPlayer G2 for Linux (6.0-0.99051701) Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Randall Hopper wrote: > I don't know. The only emulation-related error I get is: > > LINUX: 'ioctl' fd=11, typ=0x44d(M), num=0x76 not implemented > > I don't know what this is. [cc'd to Luigi Rizzo] Browsing through the Linux kernel code: Soundcard.h: * Use ioctl(fd, OSS_GETVERSION, &int) to get the version number of * the currently active driver. soundcard.h:#define OSS_GETVERSION _SIOR ('M', 118, int) So, what to return on FreeBSD systems when I want to implement it: 0 because the version doesn't say anything? 301 because that's what's defined in /usr/include/machine/soundcard.h on FreeBSD? 030600 because that's the lowest version with the new numbering? 030802 because that's the most current version on Linux? My vote is 030600. Comments? -- Marcel Moolenaar mailto:marcel@scc.nl SCC Internetworking & Databases http://www.scc.nl/ Amsterdam, The Netherlands tel: +31 20 4200655 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message