summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordamien <damien@FreeBSD.org>2005-04-18 18:47:38 +0000
committerdamien <damien@FreeBSD.org>2005-04-18 18:47:38 +0000
commit8e5cb227ae2e16c00330d1ac4cda0283c63ae3cc (patch)
tree00a85f67ae885950420bc02a1c7a7b91c54b7335 /share
parentf3ecaa630b5d676d2b43b5da90f46c294bd63836 (diff)
downloadFreeBSD-src-8e5cb227ae2e16c00330d1ac4cda0283c63ae3cc.zip
FreeBSD-src-8e5cb227ae2e16c00330d1ac4cda0283c63ae3cc.tar.gz
Initial import of ipw, iwi, ral and ural drivers:
ipw - Intel PRO/Wireless 2100 iwi - Intel PRO/Wireless 2200BG/2225BG/2915ABG ral - Ralink Technology RT2500 ural - Ralink Technology RT2500USB Approved by: silby (mentor)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile8
-rw-r--r--share/man/man4/ipw.494
-rw-r--r--share/man/man4/iwi.496
-rw-r--r--share/man/man4/ral.4182
-rw-r--r--share/man/man4/ural.4118
5 files changed, 498 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index ee2c4d1..33929ba 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -113,8 +113,10 @@ MAN= aac.4 \
ipfirewall.4 \
ips.4 \
ipsec.4 \
+ ipw.4 \
isp.4 \
ispfw.4 \
+ iwi.4 \
ixgb.4 \
joy.4 \
kame.4 \
@@ -236,6 +238,7 @@ MAN= aac.4 \
pt.4 \
pty.4 \
puc.4 \
+ ral.4 \
random.4 \
rc.4 \
re.4 \
@@ -338,6 +341,7 @@ MAN= aac.4 \
ums.4 \
unix.4 \
uplcom.4 \
+ ural.4 \
urio.4 \
usb.4 \
uscanner.4 \
@@ -410,6 +414,8 @@ MLINKS+=ip.4 rawip.4
MLINKS+=ipfirewall.4 ipaccounting.4 \
ipfirewall.4 ipacct.4 \
ipfirewall.4 ipfw.4
+MLINKS+=ipw.4 if_ipw.4
+MLINKS+=iwi.4 if_iwi.4
MLINKS+=kue.4 if_kue.4
MLINKS+=lge.4 if_lge.4
MLINKS+=lo.4 loop.4
@@ -428,6 +434,7 @@ MLINKS+=pcm.4 snd.4 \
MLINKS+=pcn.4 if_pcn.4
MLINKS+=pcvt.4 vt.4
MLINKS+=ppp.4 if_ppp.4
+MLINKS+=ral.4 if_ral.4
MLINKS+=re.4 if_re.4
MLINKS+=rl.4 if_rl.4
MLINKS+=rue.4 if_rue.4
@@ -454,6 +461,7 @@ MLINKS+=tun.4 if_tun.4
MLINKS+=tx.4 if_tx.4
MLINKS+=txp.4 if_txp.4
MLINKS+=udav.4 if_udav.4
+MLINKS+=ural.4 if_ural.4
MLINKS+=vge.4 if_vge.4
MLINKS+=vlan.4 if_vlan.4
MLINKS+=vpo.4 imm.4
diff --git a/share/man/man4/ipw.4 b/share/man/man4/ipw.4
new file mode 100644
index 0000000..e1f5750
--- /dev/null
+++ b/share/man/man4/ipw.4
@@ -0,0 +1,94 @@
+.\" $FreeBSD$
+.\"
+.\" Copyright (c) 2004
+.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice unmodified, this list of conditions, and the following
+.\" disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (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 May 02, 2005
+.Os
+.Dt IPW 4
+.Sh NAME
+.Nm ipw
+.Nd Intel PRO/Wireless 2100 IEEE 802.11 driver
+.Sh SYNOPSIS
+.Cd "device ipw"
+.Cd "device pci"
+.Cd "device wlan"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the
+.Tn Intel
+PRO/Wireless 2100 MiniPCI network adapter.
+.Pp
+By default, the
+.Nm
+driver configures the adapter for BSS operation (aka infrastructure mode).
+This mode requires the use of an access point.
+.Pp
+For more information on configuring this device, see
+.Xr ifconfig 8 .
+.Sh EXAMPLES
+Join an existing BSS network (ie: connect to an access point):
+.Pp
+.Dl "ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00"
+.Pp
+Join a specific BSS network with network name
+.Dq Li my_net :
+.Pp
+.Dl "ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net"
+.Pp
+Join a specific BSS network with 40bit WEP encryption:
+.Bd -literal -offset indent
+ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
+ wepmode on wepkey 0x1234567890
+.Ed
+.Pp
+Join a specific BSS network with 104bit WEP encryption:
+.Bd -literal -offset indent
+ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
+ wepmode on wepkey 0x01020304050607080910111213
+.Ed
+.Sh DIAGNOSTICS
+.Bl -diag
+.It "ipw%d: device timeout"
+The driver will reset the hardware. This should not happen.
+.El
+.Sh SEE ALSO
+.Xr an 4 ,
+.Xr ath 4 ,
+.Xr pci 4 ,
+.Xr wi 4 ,
+.Xr wlan 4 ,
+.Xr ifconfig 8 ,
+.Xr ipwcontrol 8
+.Rs
+.%T The IPW Web Page
+.%O http://damien.bergamini.free.fr/ipw/
+.Re
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Damien Bergamini Aq damien@freebsd.org .
diff --git a/share/man/man4/iwi.4 b/share/man/man4/iwi.4
new file mode 100644
index 0000000..32bf4cc
--- /dev/null
+++ b/share/man/man4/iwi.4
@@ -0,0 +1,96 @@
+.\" $FreeBSD$
+.\"
+.\" Copyright (c) 2004, 2005
+.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice unmodified, this list of conditions, and the following
+.\" disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (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 May 02, 2005
+.Os
+.Dt IWI 4
+.Sh NAME
+.Nm iwi
+.Nd Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 driver
+.Sh SYNOPSIS
+.Cd "device iwi"
+.Cd "device pci"
+.Cd "device wlan"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for
+.Tn Intel
+PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters.
+.Pp
+By default, the
+.Nm
+driver configures the adapter for BSS operation (aka infrastructure mode).
+This mode requires the use of an access point.
+.Pp
+For more information on configuring this device, see
+.Xr ifconfig 8 .
+.Sh EXAMPLES
+Join an existing BSS network (ie: connect to an access point):
+.Pp
+.Dl "ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00"
+.Pp
+Join a specific BSS network with network name
+.Dq Li my_net :
+.Pp
+.Dl "ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net"
+.Pp
+Join a specific BSS network with 64 bits WEP encryption:
+.Bd -literal -offset indent
+ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
+ wepmode on wepkey 0x1234567890
+.Ed
+.Pp
+Join a specific BSS network with 128bits WEP encryption:
+.Bd -literal -offset indent
+ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
+ wepmode on wepkey 0x01020304050607080910111213
+.Ed
+.Sh DIAGNOSTICS
+.Bl -diag
+.It "iwi%d: device timeout"
+The driver will reset the hardware. This should not happen.
+.El
+.Sh SEE ALSO
+.Xr an 4 ,
+.Xr ath 4 ,
+.Xr ipw 4 ,
+.Xr pci 4 ,
+.Xr wi 4 ,
+.Xr wlan 4 ,
+.Xr ifconfig 8 ,
+.Xr iwicontrol 8,
+.Xr wicontrol 8
+.Rs
+.%T The IWI Web Page
+.%O http://damien.bergamini.free.fr/ipw/
+.Re
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Damien Bergamini Aq damien@freebsd.org .
diff --git a/share/man/man4/ral.4 b/share/man/man4/ral.4
new file mode 100644
index 0000000..cc34be2
--- /dev/null
+++ b/share/man/man4/ral.4
@@ -0,0 +1,182 @@
+.\" $FreeBSD$
+.\"
+.\" Copyright (c) 2005
+.\" Damien Bergamini <damien.bergamini@free.fr>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd May 02, 2005
+.Os
+.Dt RAL 4
+.Sh NAME
+.Nm ral
+.Nd Ralink Technology RT2500 IEEE 802.11 driver
+.Sh SYNOPSIS
+.Cd "device ral"
+.Cd "device wlan"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports PCI/CardBus wireless adapters based on the Ralink RT2500
+chipset.
+.Pp
+The RT2500 chipset consists of two integrated chips, a RT2560 MAC/BBP and a
+radio transceiver (the model of which depends on the card revision).
+.Pp
+The RT2522, RT2523, RT2524, RT2525, RT2525e and RT2526 radio transceivers
+operate in the 2.4GHz band (802.11b/g) whereas the RT5222 is a dual-band radio
+transceiver that can operate in the 2.4GHz and 5.2GHz bands (802.11a).
+.Pp
+The transmit speed is user-selectable or can be adapted automatically by the
+driver depending on the received-signal strength.
+.Sh HARDWARE
+The following adapters should work:
+.Pp
+.Bl -column -compact "Atlantis Land A02-PCM-W54" "Bus"
+.It Em "Card Bus"
+.It Li "A-Link WL54H" Ta PCI
+.It Li "A-Link WL54PC" Ta CardBus
+.It Li "Amigo AWI-914W" Ta CardBus
+.It Li "Amigo AWI-922W" Ta mini-PCI
+.It Li "Amigo AWI-926W" Ta PCI
+.It Li "AMIT WL531C" Ta CardBus
+.It Li "AMIT WL531P" Ta PCI
+.It Li "AOpen AOI-831" Ta PCI
+.It Li "ASUS WL-107G" Ta CardBus
+.It Li "ASUS WL-130g" Ta PCI
+.It Li "Atlantis Land A02-PCI-W54" Ta PCI
+.It Li "Atlantis Land A02-PCM-W54" Ta CardBus
+.It Li "Belkin F5D7000 v3" Ta PCI
+.It Li "Belkin F5D7010 v2" Ta CardBus
+.It Li "Billionton MIWLGRL" Ta mini-PCI
+.It Li "Canyon CN-WF511" Ta PCI
+.It Li "Canyon CN-WF513" Ta CardBus
+.It Li "CC&C WL-2102" Ta CardBus
+.It Li "CNet CWC-854" Ta CardBus
+.It Li "CNet CWP-854" Ta PCI
+.It Li "Compex WL54G" Ta CardBus
+.It Li "Compex WLP54G" Ta PCI
+.It Li "Conceptronic C54RC" Ta CardBus
+.It Li "Conceptronic C54Ri" Ta PCI
+.It Li "Digitus DN-7001G-RA" Ta CardBus
+.It Li "Digitus DN-7006G-RA" Ta PCI
+.It Li "E-Tech WGPC02" Ta CardBus
+.It Li "E-Tech WGPI02" Ta PCI
+.It Li "Edimax EW-7108PCg" Ta CardBus
+.It Li "Edimax EW-7128g" Ta PCI
+.It Li "Eminent EM3036" Ta CardBus
+.It Li "Eminent EM3037" Ta PCI
+.It Li "Encore ENLWI-G-RLAM" Ta PCI
+.It Li "Encore ENPWI-G-RLAM" Ta CardBus
+.It Li "Fiberline WL-400P" Ta PCI
+.It Li "Fibreline WL-400X" Ta CardBus
+.It Li "Gigabyte GN-WIKG" Ta mini-PCI
+.It Li "Gigabyte GN-WMKG" Ta CardBus
+.It Li "Gigabyte GN-WPKG" Ta PCI
+.It Li "Hawking HWC54GR" Ta CardBus
+.It Li "Hawking HWP54GR" Ta PCI
+.It Li "iNexQ CR054g-009 (R03)" Ta PCI
+.It Li "JAHT WN-4054P" Ta CardBus
+.It Li "JAHT WN-4054PCI" Ta PCI
+.It Li "LevelOne WNC-0301 v2" Ta PCI
+.It Li "LevelOne WPC-0301 v2" Ta CardBus
+.It Li "Linksys WMP54G v4" Ta PCI
+.It Li "Micronet SP906GK" Ta PCI
+.It Li "Micronet SP908GK V3" Ta CardBus
+.It Li "Minitar MN54GCB-R" Ta CardBus
+.It Li "Minitar MN54GPC-R" Ta PCI
+.It Li "MSI CB54G2" Ta CardBus
+.It Li "MSI MP54G2" Ta mini-PCI
+.It Li "MSI PC54G2" Ta PCI
+.It Li "OvisLink EVO-W54PCI" Ta PCI
+.It Li "PheeNet HWL-PCIG/RA" Ta PCI
+.It Li "Pro-Nets CB80211G" Ta CardBus
+.It Li "Pro-Nets PC80211G" Ta PCI
+.It Li "Repotec RP-WB7108" Ta CardBus
+.It Li "Repotec RP-WP0854" Ta PCI
+.It Li "SATech SN-54C" Ta CardBus
+.It Li "SATech SN-54P" Ta PCI
+.It Li "Sitecom WL-112" Ta CardBus
+.It Li "Sitecom WL-115" Ta PCI
+.It Li "SparkLAN WL-685R" Ta CardBus
+.It Li "Surecom EP-9321-g" Ta PCI
+.It Li "Surecom EP-9321-g1" Ta PCI
+.It Li "Surecom EP-9428-g" Ta CardBus
+.It Li "Sweex LC500050" Ta CardBus
+.It Li "Sweex LC700030" Ta PCI
+.It Li "TekComm NE-9321-g" Ta PCI
+.It Li "TekComm NE-9428-g" Ta CardBus
+.It Li "Unex CR054g-R02" Ta PCI
+.It Li "Unex MR054g-R02" Ta CardBus
+.It Li "Zinwell ZWX-G160" Ta CardBus
+.It Li "Zinwell ZWX-G360" Ta mini-PCI
+.It Li "Zinwell ZWX-G361" Ta PCI
+.It Li "Zonet ZEW1500" Ta CardBus
+.It Li "Zonet ZEW1600" Ta PCI
+.El
+.Pp
+An up to date list can be found at
+.Pa http://damien.bergamini.free.fr/ral/list.html
+.Sh EXAMPLES
+Join an existing BSS network (ie: connect to an access point):
+.Pp
+.Dl "ifconfig ral0 inet 192.168.0.20 netmask 0xffffff00"
+.Pp
+Join a specific BSS network with network name
+.Dq Li my_net :
+.Pp
+.Dl "ifconfig ral0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net"
+.Pp
+Join a specific BSS network with 40bit WEP encryption:
+.Bd -literal -offset indent
+ifconfig ral0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
+ wepmode on wepkey 0x1234567890
+.Ed
+.Pp
+Join a specific BSS network with 104bit WEP encryption:
+.Bd -literal -offset indent
+ifconfig ral0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
+ wepmode on wepkey 0x01020304050607080910111213
+.Ed
+.Sh DIAGNOSTICS
+.Bl -diag
+.It "ral%d: device timeout"
+The driver will reset the hardware.
+This should not happen.
+.El
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr cardbus 4 ,
+.Xr netintro 4 ,
+.Xr pci 4 ,
+.Xr wlan 4 ,
+.Xr ifconfig 8
+.Rs
+.%T Ralink Technology
+.%O http://www.ralinktech.com
+.Re
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Damien Bergamini Aq damien@freebsd.org .
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 3.7 .
+.Sh CAVEATS
+PCI
+.Nm
+adapters seem to require a PCI 2.2 compliant motherboard and will likely not
+work with PCI 2.1 only motherboard.
diff --git a/share/man/man4/ural.4 b/share/man/man4/ural.4
new file mode 100644
index 0000000..d33bb6f
--- /dev/null
+++ b/share/man/man4/ural.4
@@ -0,0 +1,118 @@
+.\" $FreeBSD$
+.\"
+.\" Copyright (c) 2005
+.\" Damien Bergamini <damien.bergamini@free.fr>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd May 02, 2005
+.Os
+.Dt URAL 4
+.Sh NAME
+.Nm ural
+.Nd Ralink Technology RT2500USB IEEE 802.11 driver
+.Sh SYNOPSIS
+.Cd "device ehci"
+.Cd "device uhci"
+.Cd "device ohci"
+.Cd "device usb"
+.Cd "device ural"
+.Cd "device wlan"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports USB 2.0 wireless adapters based on the RT2500USB chipset.
+.Pp
+The RT2500USB chipset consists of two integrated chips, a RT2570 MAC/BBP
+and a radio transceiver (the model of which depends on the card revision).
+.Pp
+The RT2522, RT2523, RT2524, RT2525, RT2525e and RT2526 radio transceivers
+operate in the 2.4GHz band (802.11b/g) whereas the RT5222 is a dual-band radio
+transceiver that can operate in the 2.4GHz and 5.2GHz bands (802.11a).
+.Sh HARDWARE
+The following adapters should work:
+.Pp
+.Bl -column -compact "Atlantis Land A02-PCM-W54" "Bus"
+.It Em "Card Bus"
+.It Li "AMIT WL532U" Ta USB
+.It Li "ASUS WL-167g" Ta USB
+.It Li "Buffalo WLI-U2-KG54-AI" Ta USB
+.It Li "CNet CWD-854" Ta USB
+.It Li "Compex WLU54G" Ta USB
+.It Li "Conceptronic C54RU" Ta USB
+.It Li "D-Link DWL-G122 b1" Ta USB
+.It Li "E-Tech WGUS02" Ta USB
+.It Li "Gigabyte GN-WBKG" Ta USB
+.It Li "Linksys WUSB54G v4" Ta USB
+.It Li "Linksys WUSB54GP v4" Ta USB
+.It Li "MSI MS-6861" Ta USB
+.It Li "MSI MS-6865" Ta USB
+.It Li "MSI MS-6869" Ta USB
+.It Li "Repotec RP-WU0402" Ta USB
+.It Li "Surecom EP-9001-g" Ta USB
+.El
+.Pp
+An up to date list can be found at
+.Pa http://damien.bergamini.free.fr/ral/list.html
+.Sh EXAMPLES
+Join an existing BSS network (ie: connect to an access point):
+.Pp
+.Dl "ifconfig ural0 inet 192.168.0.20 netmask 0xffffff00"
+.Pp
+Join a specific BSS network with network name
+.Dq Li my_net :
+.Pp
+.Dl "ifconfig ural0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net"
+.Pp
+Join a specific BSS network with 40bit WEP encryption:
+.Bd -literal -offset indent
+ifconfig ural0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
+ wepmode on wepkey 0x1234567890
+.Ed
+.Pp
+Join a specific BSS network with 104bit WEP encryption:
+.Bd -literal -offset indent
+ifconfig ural0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
+ wepmode on wepkey 0x01020304050607080910111213
+.Ed
+.Sh DIAGNOSTICS
+.Bl -diag
+.It "ural%d: device timeout"
+The driver will reset the hardware.
+This should not happen.
+.El
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr netintro 4 ,
+.Xr usb 4 ,
+.Xr wlan 4 ,
+.Xr ifconfig 8
+.Rs
+.%T Ralink Technology
+.%O http://www.ralinktech.com
+.Re
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Damien Bergamini Aq damien@freebsd.org .
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 3.7 .
+.Sh CAVEATS
+.Pp
+The
+.Nm
+driver does not support automatic adaptation of the transmit speed.
OpenPOWER on IntegriCloud