otusfw (4)
Leading comments
$FreeBSD: releng/11.0/share/man/man4/otusfw.4 288360 2015-09-29 11:48:47Z brueffer $ Copyright (c) 2015 Adrian Chadd <adrian@FreeBSD.org> Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABIL...
NAME
otusfw - Firmware Module for AR9170 driverSYNOPSIS
To compile this module into the kernel, place the following line in your kernel configuration file:device otusfw
This will include the firmware image, AR9170, inside the kernel. otus(4) will load the image into the chip.
Alternatively, to load the firmware images as a module at boot time, place the following line in loader.conf5:
otusfw_init_load="YES" otusfw_main_load="YES"