Date: Mon, 11 Nov 1996 13:30:08 +1030 (CST) From: Michael Smith <msmith@atrad.adelaide.edu.au> To: henrich@crh.cl.msu.edu (Charles Henrich) Cc: freebsd-hackers@FreeBSD.org Subject: Re: Linux emulation Message-ID: <199611110300.NAA04923@genesis.atrad.adelaide.edu.au> 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
Charles Henrich stands accused of saying:
> 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?
typedef struct count_info {
int bytes; /* Total # of bytes processed */
int blocks; /* # of fragment transitions since last time */
int ptr; /* Current DMA pointer value */
} count_info;
#define SNDCTL_DSP_GETOPTR _IOR ('P',18, count_info)
and now you know as much as I do.
> Charles Henrich Michigan State University henrich@msu.edu
--
]] Mike Smith, Software Engineer msmith@gsoft.com.au [[
]] Genesis Software genesis@gsoft.com.au [[
]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[
]] realtime instrument control. (ph) +61-8-8267-3493 [[
]] Unix hardware collector. "Where are your PEZ?" The Tick [[
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611110300.NAA04923>
