From owner-freebsd-hackers Thu Nov 7 14:52:30 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA25224 for hackers-outgoing; Thu, 7 Nov 1996 14:52:30 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA25202 for ; Thu, 7 Nov 1996 14:52:23 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id OAA18621 for ; Thu, 7 Nov 1996 14:52:20 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA10705; Thu, 7 Nov 1996 15:42:58 -0700 From: Terry Lambert Message-Id: <199611072242.PAA10705@phaeton.artisoft.com> Subject: Re: Linux emulation To: henrich@crh.cl.msu.edu (Charles Henrich) Date: Thu, 7 Nov 1996 15:42:58 -0700 (MST) Cc: freebsd-hackers@FreeBSD.org In-Reply-To: <199611072218.RAA03424@crh.cl.msu.edu> from "Charles Henrich" at Nov 7, 96 05:18:56 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > When running streamworks for linux I get bazillions (okay exageration) of not > implemented ioctl calls, all the same thing: > > fd=9, typ=0xc50(P),num=0x12 > > But it does seem to work okay, any ideas on what that IOCTL is? Well, since ioctl's are device dependent and can therefore have overlapping name spaces, it depends on the device. The 'P' leads me to believe it's a pty, but you should look at the open which returns '9' as it's fd. Then you should look up the Linux header file and man page for whatever device it is, and translate the number into a description. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.