diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2018-12-04 10:50:09 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2018-12-04 10:50:09 +0000 |
commit | bb6be623505c779ba3f07bf3f029d9c79dcb3550 (patch) | |
tree | da77df69a943549a5de6ffd9995fa08a7e5ab4f3 | |
parent | 0cf530cb1e36e672c7a8cbef6f1b9b834e20c675 (diff) |
mention RTL8192EU support
-rw-r--r-- | share/man/man4/urtwn.4 | 17 | ||||
-rw-r--r-- | share/man/man4/usb.4 | 7 |
2 files changed, 14 insertions, 10 deletions
diff --git a/share/man/man4/urtwn.4 b/share/man/man4/urtwn.4 index a980eb3fa6d..0bcb6306b1a 100644 --- a/share/man/man4/urtwn.4 +++ b/share/man/man4/urtwn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: urtwn.4,v 1.42 2018/07/15 10:44:49 phessler Exp $ +.\" $OpenBSD: urtwn.4,v 1.43 2018/12/04 10:50:08 jmatthew Exp $ .\" .\" Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -14,19 +14,21 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 15 2018 $ +.Dd $Mdocdate: December 4 2018 $ .Dt URTWN 4 .Os .Sh NAME .Nm urtwn -.Nd Realtek RTL8188CU/RTL8188EU/RTL8192CU USB IEEE 802.11b/g/n wireless network device +.Nd Realtek RTL8188CU/RTL8188EU/RTL8192CU/RTL8192EU USB IEEE 802.11b/g/n wireless +network device .Sh SYNOPSIS .Cd "urtwn* at uhub? port ?" .Sh DESCRIPTION The .Nm driver supports USB 2.0 wireless network devices based on Realtek -RTL8188CU, RTL8188CE-VAU, RTL8188EU, RTL8188RU and RTL8192CU chipsets. +RTL8188CU, RTL8188CE-VAU, RTL8188EU, RTL8188RU, RTL8192CU and RTL8192EU +chipsets. .Pp The RTL8188CU and RTL8188EU are highly integrated 802.11n adapters that combine a MAC, a 1T1R capable baseband and an RF in a single chip. @@ -35,10 +37,10 @@ The RTL8188RU is a high-power variant of the RTL8188CU. The RTL8188CE-VAU is a PCI Express Mini Card adapter that attaches to the USB interface. .Pp -The RTL8192CU is a highly integrated multiple-in, multiple-out (MIMO) -802.11n adapter that combines a MAC, a 2T2R capable baseband and an +The RTL8192CU and RTL8192EU are highly integrated multiple-in, multiple-out +(MIMO) 802.11n adapters that combine a MAC, a 2T2R capable baseband and an RF in a single chip. -It operates in the 2GHz spectrum only. +They operate in the 2GHz spectrum only. .Pp These are the modes the .Nm @@ -82,6 +84,7 @@ which are loaded when an interface is attached: .Bl -tag -width Ds -offset indent -compact .It Pa /etc/firmware/urtwn-rtl8192cfwT .It Pa /etc/firmware/urtwn-rtl8192cfwU +.It Pa /etc/firmware/urtwn-rtl8192eu_nic .It Pa /etc/firmware/urtwn-rtl8723fw .It Pa /etc/firmware/urtwn-rtl8188eufw .El diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 40b4b55e687..40aa5933b97 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.190 2018/08/30 03:26:08 jcs Exp $ +.\" $OpenBSD: usb.4,v 1.191 2018/12/04 10:50:08 jmatthew Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: August 30 2018 $ +.Dd $Mdocdate: December 4 2018 $ .Dt USB 4 .Os .Sh NAME @@ -159,7 +159,8 @@ Ralink Technology/MediaTek USB IEEE 802.11b/g wireless network device .It Xr urtw 4 Realtek RTL8187L/RTL8187B USB IEEE 802.11b/g wireless network device .It Xr urtwn 4 -Realtek RTL8188CU/RTL8188EU/RTL8192CU USB IEEE 802.11b/g/n wireless network device +Realtek RTL8188CU/RTL8188EU/RTL8192CU/RTL8192EU USB IEEE 802.11b/g/n wireless +network device .It Xr wi 4 Intersil PRISM 2-3 IEEE 802.11b wireless network device .It Xr zyd 4 |