diff options
author | 2017-03-11 13:52:32 +0000 | |
---|---|---|
committer | 2017-03-11 13:52:32 +0000 | |
commit | d68ea3628e8e6ab0e5737a4f974967c2156c7527 (patch) | |
tree | 408f31671e5d38549f2e2f8c6d428c5aad7762ce | |
parent | Add support for RTL8153 devices. Heavily based on changes made by Kevin Lo (diff) | |
download | wireguard-openbsd-d68ea3628e8e6ab0e5737a4f974967c2156c7527.tar.xz wireguard-openbsd-d68ea3628e8e6ab0e5737a4f974967c2156c7527.zip |
Update for RTL8153 support.
-rw-r--r-- | share/man/man4/ure.4 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man4/ure.4 b/share/man/man4/ure.4 index 3b35aeff691..7a76b15fc15 100644 --- a/share/man/man4/ure.4 +++ b/share/man/man4/ure.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ure.4,v 1.3 2016/06/28 06:31:30 jmc Exp $ +.\" $OpenBSD: ure.4,v 1.4 2017/03/11 13:52:32 kettenis Exp $ .\" .\" Copyright (c) 2015 Kevin Lo <kevlo@FreeBSD.org> .\" All rights reserved. @@ -26,12 +26,12 @@ .\" .\" $FreeBSD: head/share/man/man4/ure.4 291557 2015-12-01 05:12:13Z kevlo $ .\" -.Dd $Mdocdate: June 28 2016 $ +.Dd $Mdocdate: March 11 2017 $ .Dt URE 4 .Os .Sh NAME .Nm ure -.Nd RealTek RTL8152 10/100 USB Ethernet device +.Nd RealTek RTL8152/RTL8153 10/100/Gigabit USB Ethernet device .Sh SYNOPSIS .Cd "ure* at uhub?" .Cd "rlphy* at mii?" @@ -39,10 +39,13 @@ The .Nm driver provides support for USB Ethernet adapters based on the RealTek -RTL8152 USB Fast Ethernet controller chip. +RTL8152 USB Fast Ethernet and RTL8153 USB Gigabit Ethernet controller +chips. .Pp The RTL8152 contains an integrated Fast Ethernet MAC, which supports both 10 and 100Mbps speeds in either full or half duplex. +The RTL8153 has a Gigabit Ethernet MAC and additionally supports +1000Mbps speeds. .Pp For more information on configuring this device, see .Xr ifconfig 8 . |