> I m currently writting an linux driver for a multi modem PCI card
> I need to download a binary file into the card to drive an arm csm
> processor.
> So my question is :is it possible to access this file via my module
> driver and transfert it in the kernel space before downloading it
> trough PCI bus??
Yes, it's possible, but the preferred method is to have the firmware
linked with the driver as initdata which get thrown out after initialization.
Have a nice fortnight
-- Martin `MJ' Mares <mj@ucw.cz> http://atrey.karlin.mff.cuni.cz/~mj/ Faculty of Math and Physics, Charles University, Prague, Czech Rep., Earth "Do not believe in miracles -- rely on them."- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu