firmware - Import FreeBSD's firmware API.
authorJoe Talbott <josepht@neptune.xenno.com>
Wed, 31 Mar 2010 23:39:44 +0000 (19:39 -0400)
committerRui Paulo <rpaulo@FreeBSD.org>
Thu, 8 Apr 2010 12:50:12 +0000 (13:50 +0100)
commit32e913d7589f41134a0edb9188a872dca759988f
tree0af51eefc5e8494c0b6b993c4cb8f403841305cf
parentd02eaff4731e4ccee8d9bc467f1a96527eb1bfaf
firmware - Import FreeBSD's firmware API.

This should be considered experimental.  When porting code from
FreeBSD instances of #include <sys/firmware.h> should be converted
to #include <sys/fbsd_firmware.h>.  I have also taken out some of
the firmware file locking code.
sys/Makefile
sys/conf/kmod.mk
sys/firmware/Makefile [new file with mode: 0644]
sys/kern/kern_linker.c
sys/kern/subr_firmware.c [new file with mode: 0644]
sys/sys/fbsd_firmware.h [new file with mode: 0644]
sys/sys/linker.h
sys/tools/fw_stub.awk [new file with mode: 0644]