diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2020-12-24 01:00:01 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2020-12-24 01:00:01 +0000 |
commit | 519d2e3ecc2dce33b639b70ad3334db0f16f4f6a (patch) | |
tree | 9d90f1bf4dfb5e17043b20822ca4316db0ad0b84 /share/man | |
parent | bda35853e52176dbc66a3efec57f7a744ddcd580 (diff) |
Add Wake on LAN support to rge(4).
Tested by otto@ and myself.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/rge.4 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/share/man/man4/rge.4 b/share/man/man4/rge.4 index eeb241713a7..ccf5b4b4f5f 100644 --- a/share/man/man4/rge.4 +++ b/share/man/man4/rge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rge.4,v 1.4 2020/10/12 02:11:10 kevlo Exp $ +.\" $OpenBSD: rge.4,v 1.5 2020/12/24 01:00:00 kevlo Exp $ .\" .\" Copyright (c) 2019, 2020 Kevin Lo <kevlo@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 12 2020 $ +.Dd $Mdocdate: December 24 2020 $ .Dt RGE 4 .Os .Sh NAME @@ -37,6 +37,15 @@ Rivet Networks Killer E3000 Adapter (2500baseT) .It TP-LINK TL-NG421 Adapter (2500baseT) .El +.Pp +The +.Nm +driver additionally supports Wake on LAN (WoL). +See +.Xr arp 8 +and +.Xr ifconfig 8 +for more details. .Sh SEE ALSO .Xr arp 4 , .Xr ifmedia 4 , |