Module Name: src
Committed By: aymeric
Date: Thu May 9 12:46:22 UTC 2013
Modified Files:
src/share/man/man4: aubtfwl.4
Log Message:
mention support for AR3012 based chips and point to the corresponding
firmware files
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man4/aubtfwl.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/aubtfwl.4
diff -u src/share/man/man4/aubtfwl.4:1.2 src/share/man/man4/aubtfwl.4:1.3
--- src/share/man/man4/aubtfwl.4:1.2 Tue Mar 13 19:25:39 2012
+++ src/share/man/man4/aubtfwl.4 Thu May 9 12:46:21 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: aubtfwl.4,v 1.2 2012/03/13 19:25:39 njoly Exp $
+.\" $NetBSD: aubtfwl.4,v 1.3 2013/05/09 12:46:21 aymeric Exp $
.\"
.\" Copyright (c) 2012 The NetBSD Foundation
.\" All rights reserved.
@@ -23,38 +23,49 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd February 14, 2012
+.Dd May 9, 2013
.Dt AUBTFWL 4
.Os
.Sh NAME
.Nm aubtfwl
-.Nd Atheros AR3011 Firmware Loader
+.Nd Atheros AR3011/AR3012 Firmware Loader
.Sh SYNOPSIS
.Cd "aubtfwl* at uhub?"
.Sh DESCRIPTION
The
.Nm
driver manages automatic loading of firmware on the Atheros AR3011
-Bluetooth chipset.
-The firmware file
-.Pa ath3k-1.fw
-should be obtained and placed in a
+and AR3012 Bluetooth chipsets.
+The firmware files should be obtained and placed in a
.Pa ubt/
directory in the search path of the
.Xr firmload 9
kernel subsystem.
Upon attachment, the
.Nm
-driver will load this firmware file and the device will detach
+driver will load the necessary firmware files and the device will detach
and reattach as a generic Bluetooth device using the
.Xr ubt 4
driver.
.Pp
-The firmware file can be obtained from the Linux firmware
+For AR3011 chipsets, you will need the
+.Pa ath3k-1.fw
+firmware file in
+.Pa ubt/
+, and for AR3012 chipsets, the files
+.Pa ar3k/AthrBT_*.dfu
+and
+.Pa ar3k/ramps_*.dfu
+in
+.Pa ubt/ar3k/
+.Pp
+The firmware files can be obtained from the Linux firmware
git repository at
.Lk http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git .
.Sh FILES
.Pa ath3k-1.fw
+.Pa ar3k/AthrBT_*.dfu
+.Pa ar3k/ramps_*.dfu
.Sh SEE ALSO
.Xr bluetooth 4 ,
.Xr ubt 4 ,