Subject: Re: GPL'd code in kernel drivers
To: Andrew Gillham <gillham@vaultron.com>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: tech-kern
Date: 08/29/2001 15:17:43
On Wed, 29 Aug 2001, Andrew Gillham wrote:
> On Wed, Aug 29, 2001 at 02:29:35PM -0300, Jared D. McNeill wrote:
> > It's a binary image of some code to be uploaded to the DSP (a "kernel"
> > image) stored in an array of hex values. I don't have programming specs
> > for the card's DSP.
>
> Couldn't you have the structure allocated and empty, then have an LKM load
> the DSP code into it?  Then the driver can finish initializing the board by
> downloading the DSP code.

I wouldn't know how -- any reference code I could look at to get me
started?

Jared