xref: /netbsd-src/share/man/man4/aubtfwl.4 (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1.\" $NetBSD: aubtfwl.4,v 1.4 2013/05/09 13:54:11 wiz 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 May 9, 2013
27.Dt AUBTFWL 4
28.Os
29.Sh NAME
30.Nm aubtfwl
31.Nd Atheros AR3011/AR3012 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
38and AR3012 Bluetooth chipsets.
39The firmware files should be obtained and placed in a
40.Pa ubt/
41directory in the search path of the
42.Xr firmload 9
43kernel subsystem.
44Upon attachment, the
45.Nm
46driver will load the necessary firmware files and the device will detach
47and reattach as a generic Bluetooth device using the
48.Xr ubt 4
49driver.
50.Pp
51For AR3011 chipsets, you will need the
52.Pa ath3k-1.fw
53firmware file in
54.Pa ubt/ ,
55and for AR3012 chipsets, the files
56.Pa ar3k/AthrBT_*.dfu
57and
58.Pa ar3k/ramps_*.dfu
59in
60.Pa ubt/ar3k/ .
61.Pp
62The firmware files can be obtained from the Linux firmware
63git repository at
64.Lk http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git .
65.Sh FILES
66.Bl -bullet
67.It
68.Pa ath3k-1.fw
69.It
70.Pa ar3k/AthrBT_*.dfu
71.It
72.Pa ar3k/ramps_*.dfu
73.El
74.Sh SEE ALSO
75.Xr bluetooth 4 ,
76.Xr ubt 4 ,
77.Xr uhub 4 ,
78.Xr firmload 9
79