icenses that require a user to
acknowledge something before they can use the firmware. See for instance
http://www.prweb.com/releases/2007/03/prweb509818.htm
> (3) There is a kernel firmware loading facility in
> sys/kern/kern_firmware.c. Again, the file cannot be loaded at
>
Matthew Dillon wrote:
> kern/kern_firmware.c will take care of the DMA resources. It looks
> quite nifty, but I'm not sure how well it actually works since nothing
> is using it yet. Johannes and Joerg committed it a long time ago,
> back in 2005.
>
Not knowing the history - can
it at attach time.
(3) There is a kernel firmware loading facility in
sys/kern/kern_firmware.c. Again, the file cannot be loaded at
attach time but this way you could have an ioctl that just passes
the filename to the driver as part of the RC boot sequence
and the
out allocating the dma resources.
:
:We will always need to allocate DMA resources for the firmware loading.
:
:Best Regards,
:sephe
:
:--
:Live Free or Die
kern/kern_firmware.c will take care of the DMA resources. It looks
quite nifty, but I'm not sure how well it actually works since
at attach time.
(3) There is a kernel firmware loading facility in
sys/kern/kern_firmware.c. Again, the file cannot be loaded at
attach time but this way you could have an ioctl that just passes
the filename to the driver as part of the RC boot sequence
and the driver cou
it just returns the raw data from the
/etc/xxx firmware file without allocating the dma resources.
We will always need to allocate DMA resources for the firmware loading.
Best Regards,
sephe
--
Live Free or Die
On 5/12/07, Sepherosa Ziehau <[EMAIL PROTECTED]> wrote:
Add a new ioctl command into driver's ioctl handler, then add a user
space program to parse the raw ucode, and send the parsed results to
driver through the newly added ioctl command. Driver can then load
the results (e.g. text and data se
On 5/12/07, km b <[EMAIL PROTECTED]> wrote:
Hi All,
I have started working on the iwi (3945abg) driver. From the linux
BTW, you can use any 3~4 letters as the new driver's name, but don't
make it conflicting with the existing one :). iwi(4) has been taken
(2200 and 2945 parts)
Best Regards,
On 5/12/07, km b <[EMAIL PROTECTED]> wrote:
Hi All,
I have started working on the iwi (3945abg) driver. From the linux
refrence driver, I have derived the format of the ucode and how to
load the ucode onto the card. However, I am not sure how to load the
raw ucode, before I can parse the ucode a
Hi All,
I have started working on the iwi (3945abg) driver. From the linux
refrence driver, I have derived the format of the ucode and how to
load the ucode onto the card. However, I am not sure how to load the
raw ucode, before I can parse the ucode and load it onto the firmware.
Do I have to re
10 matches
Mail list logo