summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_firmware.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and document the implementation of firmware(9) based onluigi2007-02-151-153/+272
* Add a small informative printf under bootverbose to firmware_register tomlaier2007-02-031-0/+5
* In case we are supplied with an imagename that matches a module, but not amlaier2007-01-271-0/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
* If linker_release_module() fails then we still hold a reference oniedowse2006-06-251-2/+12
* - Push Giant down into linker_reference_module().jhb2006-06-201-3/+1
* A couple of minor style tweaks.jhb2006-06-131-2/+4
* Keep firmware images on the list until they have been unregisterediedowse2006-06-101-19/+35
* firmware(9) is a subsystem to load binary data into the kernel via amlaier2006-01-291-0/+270
OpenPOWER on IntegriCloud