On Wed, Feb 23, 2011 at 11:26 PM, raghu <[email protected]> wrote: > Hello, > > Thanks for the reply. But I was looking for accessing firmware file from > kernel driver. We already have command line tool to flash our firmware, but > with this approach end user has to flash the firmware again. Instead I was > looking for Linux like support, where drivers have standard support to access > firmware from /lib/firmware by calling some kernel interface. Basically it > doesnot require any additional step for end user and also driver size will > still be small as they do not include firmware in header file.
Raghu, you may want to have a look at ddi_modopen(9F). There is an example on firmware loading - I guess it is what you want to do, -- Regards, Cyril _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
