Deleted Added
full compact
urtw.4 (197724) urtw.4 (198195)
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 197724 2009-10-03 02:28:28Z weongyo $
25.\" $FreeBSD: head/share/man/man4/urtw.4 198195 2009-10-18 00:46:59Z weongyo $
26.\"
26.\"
27.Dd October 2, 2009
27.Dd October 17, 2009
28.Dt URTW 4
29.Os
30.Sh NAME
31.Nm urtw
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:

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

65.Xr ifconfig 8 .
66.Sh HARDWARE
67The
68.Nm
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"
28.Dt URTW 4
29.Os
30.Sh NAME
31.Nm urtw
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:

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

65.Xr ifconfig 8 .
66.Sh HARDWARE
67The
68.Nm
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 "Belkin F5D7050E RTL8225 USB"
74.It "Linksys WUSB54GCv2 RTL8225 USB"
73.It "Netgear WG111v2 RTL8225 USB"
75.It "Netgear WG111v2 RTL8225 USB"
76.It "Netgear WG111v3 RTL8225 USB"
74.It "Safehome WLG-1500SMA5 RTL8225 USB"
75.It "Shuttle XPC Accessory PN20 RTL8225 USB"
77.It "Safehome WLG-1500SMA5 RTL8225 USB"
78.It "Shuttle XPC Accessory PN20 RTL8225 USB"
79.It "Sitecom WL168v1 RTL8225 USB"
80.It "Sitecom WL168v4 RTL8225 USB"
81.It "SureCom EP-9001-g(2A) RTL8225 USB"
76.It "TRENDnet TEW-424UB V3.xR RTL8225 USB"
77.El
78.Sh EXAMPLES
79Join an existing BSS network (i.e., connect to an access point):
80.Pp
81.Bd -literal -offset indent
82ifconfig wlan create wlandev urtw0 inet 192.168.0.20 \e
83 netmask 0xffffff00

--- 38 unchanged lines hidden ---
82.It "TRENDnet TEW-424UB V3.xR RTL8225 USB"
83.El
84.Sh EXAMPLES
85Join an existing BSS network (i.e., connect to an access point):
86.Pp
87.Bd -literal -offset indent
88ifconfig wlan create wlandev urtw0 inet 192.168.0.20 \e
89 netmask 0xffffff00

--- 38 unchanged lines hidden ---