Date: Thu, 7 Nov 1996 15:42:58 -0700 (MST) From: Terry Lambert <terry@lambert.org> To: henrich@crh.cl.msu.edu (Charles Henrich) Cc: freebsd-hackers@FreeBSD.org Subject: Re: Linux emulation Message-ID: <199611072242.PAA10705@phaeton.artisoft.com> In-Reply-To: <199611072218.RAA03424@crh.cl.msu.edu> from "Charles Henrich" at Nov 7, 96 05:18:56 pm
next in thread | previous in thread | raw e-mail | index | archive | help
> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611072242.PAA10705>