Deleted Added
full compact
urtw.4 (192195) urtw.4 (195915)
1.\" Copyright (c) 2008 Weongyo Jeong
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2008 Weongyo Jeong
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/urtw.4 192195 2009-05-16 12:11:06Z brueffer $
25.\" $FreeBSD: head/share/man/man4/urtw.4 195915 2009-07-27 18:07:44Z weongyo $
26.\"
26.\"
27.Dd November 15, 2008
27.Dd July 25, 2009
28.Dt URTW 4
29.Os
30.Sh NAME
31.Nm urtw
28.Dt URTW 4
29.Os
30.Sh NAME
31.Nm urtw
32.Nd Realtek RTL8187L USB IEEE 802.11b/g wireless network device
32.Nd Realtek RTL8187B/L USB IEEE 802.11b/g wireless network device
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your kernel configuration file:
36.Bd -ragged -offset indent
37.Cd "device ehci"
38.Cd "device uhci"
39.Cd "device ohci"
40.Cd "device usb"

--- 6 unchanged lines hidden (view full) ---

47.Xr loader.conf 5 :
48.Bd -literal -offset indent
49if_urtw_load="YES"
50.Ed
51.Sh DESCRIPTION
52The
53.Nm
54driver supports USB 802.11b/g wireless adapters based on the
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your kernel configuration file:
36.Bd -ragged -offset indent
37.Cd "device ehci"
38.Cd "device uhci"
39.Cd "device ohci"
40.Cd "device usb"

--- 6 unchanged lines hidden (view full) ---

47.Xr loader.conf 5 :
48.Bd -literal -offset indent
49if_urtw_load="YES"
50.Ed
51.Sh DESCRIPTION
52The
53.Nm
54driver supports USB 802.11b/g wireless adapters based on the
55Realtek RTL8187L.
55Realtek RTL8187B/L.
56.Pp
57.Nm
58supports
59.Cm station
60and
61.Cm monitor
62mode operation.
63Only one virtual interface may be configured at any time.
64For more information on configuring this device, see
65.Xr ifconfig 8 .
66.Sh HARDWARE
67The
68.Nm
56.Pp
57.Nm
58supports
59.Cm station
60and
61.Cm monitor
62mode operation.
63Only one virtual interface may be configured at any time.
64For more information on configuring this device, see
65.Xr ifconfig 8 .
66.Sh HARDWARE
67The
68.Nm
69driver supports Realtek RTL8187L based wireless network devices, including:
69driver supports Realtek RTL8187B/L based wireless network devices, including:
70.Pp
71.Bl -column "Shuttle XPC Accessory PN20" "RTL8225" "USB" -compact -offset 6n
72.It Em "Card Radio Bus"
73.It "Netgear WG111v2 RTL8225 USB"
74.It "Safehome WLG-1500SMA5 RTL8225 USB"
75.It "Shuttle XPC Accessory PN20 RTL8225 USB"
76.El
77.Sh EXAMPLES

--- 43 unchanged lines hidden ---
70.Pp
71.Bl -column "Shuttle XPC Accessory PN20" "RTL8225" "USB" -compact -offset 6n
72.It Em "Card Radio Bus"
73.It "Netgear WG111v2 RTL8225 USB"
74.It "Safehome WLG-1500SMA5 RTL8225 USB"
75.It "Shuttle XPC Accessory PN20 RTL8225 USB"
76.El
77.Sh EXAMPLES

--- 43 unchanged lines hidden ---