Subject: GPL'd code in kernel drivers
To: None <tech-kern@netbsd.org>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: tech-kern
Date: 08/29/2001 12:11:49
I just finished writing a sound driver that needs to load some GPL'd
microcode onto the chip before it will work.

I would like to find a way to integrate my own code into the kernel, but
load the GPL'd code separately to prevent licensing issues. There are a
few data structures in the header that I need to access to properly
initialize the card.

Any ideas?

Jared