On Sun, 15 Oct 2000 09:57:08 -0700,
Miles Lane <[EMAIL PROTECTED]> wrote:
>> On Mon, 16 Oct 2000 14:30:39 +1000,
>> "Mike McLeod" <[EMAIL PROTECTED]> wrote:
>> >All of the code is open except for an image file that is loaded
>> >onto the card when the driver is installed that handles it's
>> >logic. From here, how do we begin the process of getting our
>> >drivers included into the kernel?
>
>I presume your driver doesn't mind if this image is unavailable.
>If not, you'll need to provide a open source image to use in place
>of your proprietary one.
Linus, please confirm.
Firmware for cards can be proprietary. It can either be installed by a
userspace utility on startup (nothing to do with the kernel) or it can
be installed by the kernel driver for the card during initialization.
In the latter case, the image must be supplied in text format and
converted to binary, no binary files in the kernel tarball.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/