xref: /netbsd-src/share/man/man4/aubtfwl.4 (revision 82ad575716605df31379cf04a2f3efbc97b8a6f5)
1.\" $NetBSD: aubtfwl.4,v 1.2 2012/03/13 19:25:39 njoly Exp $
2.\"
3.\" Copyright (c) 2012 The NetBSD Foundation
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\"
15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
26.Dd February 14, 2012
27.Dt AUBTFWL 4
28.Os
29.Sh NAME
30.Nm aubtfwl
31.Nd Atheros AR3011 Firmware Loader
32.Sh SYNOPSIS
33.Cd "aubtfwl* at uhub?"
34.Sh DESCRIPTION
35The
36.Nm
37driver manages automatic loading of firmware on the Atheros AR3011
38Bluetooth chipset.
39The firmware file
40.Pa ath3k-1.fw
41should be obtained and placed in a
42.Pa ubt/
43directory in the search path of the
44.Xr firmload 9
45kernel subsystem.
46Upon attachment, the
47.Nm
48driver will load this firmware file and the device will detach
49and reattach as a generic Bluetooth device using the
50.Xr ubt 4
51driver.
52.Pp
53The firmware file can be obtained from the Linux firmware
54git repository at
55.Lk http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git .
56.Sh FILES
57.Pa ath3k-1.fw
58.Sh SEE ALSO
59.Xr bluetooth 4 ,
60.Xr ubt 4 ,
61.Xr uhub 4 ,
62.Xr firmload 9
63