xref: /freebsd/usr.sbin/uathload/uathload.8 (revision fa9896e082a1046ff4fbc75fcba4d18d1f2efc19)
1e044b6d6SWeongyo Jeong.\"
2e044b6d6SWeongyo Jeong.\" Copyright (c) 2009 Weongyo Jeong.
3e044b6d6SWeongyo Jeong.\" All rights reserved.
4e044b6d6SWeongyo Jeong.\"
5e044b6d6SWeongyo Jeong.\" Redistribution and use in source and binary forms, with or without
6e044b6d6SWeongyo Jeong.\" modification, are permitted provided that the following conditions
7e044b6d6SWeongyo Jeong.\" are met:
8e044b6d6SWeongyo Jeong.\" 1. Redistributions of source code must retain the above copyright
9e044b6d6SWeongyo Jeong.\"    notice, this list of conditions and the following disclaimer.
10e044b6d6SWeongyo Jeong.\" 2. Redistributions in binary form must reproduce the above copyright
11e044b6d6SWeongyo Jeong.\"    notice, this list of conditions and the following disclaimer in the
12e044b6d6SWeongyo Jeong.\"    documentation and/or other materials provided with the distribution.
13e044b6d6SWeongyo Jeong.\"
14e044b6d6SWeongyo Jeong.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15e044b6d6SWeongyo Jeong.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16e044b6d6SWeongyo Jeong.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17e044b6d6SWeongyo Jeong.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18e044b6d6SWeongyo Jeong.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19e044b6d6SWeongyo Jeong.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20e044b6d6SWeongyo Jeong.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21e044b6d6SWeongyo Jeong.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22e044b6d6SWeongyo Jeong.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23e044b6d6SWeongyo Jeong.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24e044b6d6SWeongyo Jeong.\" SUCH DAMAGE.
25e044b6d6SWeongyo Jeong.\"
26*7b6299f1SChristian Brueffer.Dd May 11, 2010
27e044b6d6SWeongyo Jeong.Dt UATHLOAD 8
28e044b6d6SWeongyo Jeong.Os
29e044b6d6SWeongyo Jeong.Sh NAME
30e044b6d6SWeongyo Jeong.Nm uathload
31e044b6d6SWeongyo Jeong.Nd "firmware loader for Atheros USB wireless driver"
32e044b6d6SWeongyo Jeong.Sh SYNOPSIS
33e044b6d6SWeongyo Jeong.Nm
34e044b6d6SWeongyo Jeong.Op Fl v
35*7b6299f1SChristian Brueffer.Fl d Ar ugen-device
36e044b6d6SWeongyo Jeong.Op Ar firmware-file
37e044b6d6SWeongyo Jeong.Sh DESCRIPTION
38e044b6d6SWeongyo JeongThe
39e044b6d6SWeongyo Jeong.Nm
40e044b6d6SWeongyo Jeongutility provides a way to load the firmware for Atheros USB wireless
41e044b6d6SWeongyo Jeongdevices with AR5005UG and AR5005UX chipsets.
42e044b6d6SWeongyo Jeong.Pp
43e044b6d6SWeongyo JeongThe following options are accepted.
44e044b6d6SWeongyo Jeong.Bl -tag -width ".Fl f Ar file"
45e044b6d6SWeongyo Jeong.It Fl d Ar ugen-device
46e044b6d6SWeongyo JeongUse a specific
47e044b6d6SWeongyo Jeong.Xr ugen 4
48e044b6d6SWeongyo Jeongdevice.
49e044b6d6SWeongyo Jeong.It Fl v
50e044b6d6SWeongyo JeongEnable debugging messages.
51e044b6d6SWeongyo Jeong.El
52e044b6d6SWeongyo Jeong.Pp
53e044b6d6SWeongyo JeongIf
54e044b6d6SWeongyo Jeong.Ar firmware-file
55e044b6d6SWeongyo Jeongis specified
56e044b6d6SWeongyo Jeong.Nm
57e044b6d6SWeongyo Jeongtries to load it instead of the built-in firmware image.
58e044b6d6SWeongyo Jeong.Sh EXAMPLES
59e044b6d6SWeongyo JeongLoad the built-in firmware image into a specific
60e044b6d6SWeongyo Jeong.Xr ugen 4
61e044b6d6SWeongyo Jeongdevice:
62e044b6d6SWeongyo Jeong.Pp
63e044b6d6SWeongyo Jeong.Dl "uathload -d /dev/ugen0.2"
64e044b6d6SWeongyo Jeong.Sh SEE ALSO
65e044b6d6SWeongyo Jeong.Xr uath 4
66e044b6d6SWeongyo Jeong.Sh AUTHORS
67e044b6d6SWeongyo Jeong.An Weongyo Jeong
68