Subject: Re: Loading DSP code from an LKM
To: Jared D. McNeill <jmcneill@invisible.yi.org>
From: Perry E. Metzger <perry@piermont.com>
List: tech-kern
Date: 09/29/2001 12:09:15
"Jared D. McNeill" <jmcneill@invisible.yi.org> writes:
> On Fri, 28 Sep 2001, gabriel rosenkoetter wrote:
> > What's broken about loading them in with an ioctl? It could (and
> > must, in light of the securelevel business) all be done through rc,
> > no?
> 
> I don't know how to do it that way. If someone can point me in the right
> direction, I'll gladly go that route.

Construct an ioctl that will take a pointer to the code and the
implementation of the ioctl copies the code from userland and loads it
into the card. No big deal, eh?

Perry