1.\" $FreeBSD$ 2.\" Copyright (c) 2015 Adrian Chadd <adrian@FreeBSD.org> 3.\" 4.\" Permission to use, copy, modify, and distribute this software for any 5.\" purpose with or without fee is hereby granted, provided that the above 6.\" copyright notice and this permission notice appear in all copies. 7.\" 8.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 9.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 10.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 11.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 12.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 13.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" 16.Dd September 25, 2015 17.Dt OTUSFW 4 18.Os 19.Sh NAME 20.Nm otusfw 21.Nd "Firmware Module for AR9170 driver" 22.Sh SYNOPSIS 23To compile this module into the kernel, place the following line in your 24kernel configuration file: 25.Bd -ragged -offset indent 26.Cd "device otusfw" 27.Ed 28.Pp 29This will include the firmware image, AR9170, inside the kernel. 30.Xr otus 4 31will load the image into the chip. 32.Pp 33Alternatively, to load the firmware images as a module at boot time, place 34the following line in 35.Xr loader.conf 5 : 36.Bd -literal -offset indent 37otusfw_init_load="YES" 38otusfw_main_load="YES" 39.Ed 40.Sh DESCRIPTION 41This module provides the firmware for the Atheros AR9170 based 42USB WiFi adapters. 43.Sh SEE ALSO 44.Xr otus 4 , 45.Xr firmware 9 46