]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - share/man/man4/rsufw.4
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / share / man / man4 / rsufw.4
1 .\" $FreeBSD$
2 .\" Copyright (c) 2013 Idwer Vollering <vidwer@gmail.com>
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 July 21, 2013
17 .Dt RSUFW 4
18 .Os
19 .Sh NAME
20 .Nm rsufw
21 .Nd "Firmware Module for Realtek driver"
22 .Sh SYNOPSIS
23 To compile this module into the kernel, place the following line in your
24 kernel configuration file:
25 .Bd -ragged -offset indent
26 .Cd "device rsufw"
27 .Ed
28 .Pp
29 This will include the firmware image, RTL8712, inside the kernel.
30 .Xr rsu 4
31 will load the image into the chip.
32 .Pp
33 Alternatively, to load the firmware images as a module at boot time, place
34 the following line in
35 .Xr loader.conf 5 :
36 .Bd -literal -offset indent
37 rsu-rtl8712fw_load="YES"
38 .Ed
39 .Sh DESCRIPTION
40 This module provides the firmware for the Realtek RTL8188SU and
41 RTL8192SU chip based USB WiFi adapters.
42 Please read Realtek's license,
43 .Pa /usr/share/license/realtek .
44 .Sh SEE ALSO
45 .Xr rsu 4 ,
46 .Xr firmware 9