Re: Wake on LAN support for rge(4)

2020-12-23 Thread Otto Moerbeek
+++ share/man/man4/rge.4 23 Dec 2020 04:33:26 - > @@ -37,6 +37,15 @@ Rivet Networks Killer E3000 Adapter (250 > .It > TP-LINK TL-NG421 Adapter (2500baseT) > .El > +.Pp > +The > +.Nm > +driver additionally supports Wake on LAN (WoL). > +See > +.Xr arp 8 > +

Wake on LAN support for rge(4)

2020-12-22 Thread Kevin Lo
+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 , Index: sys/dev/pci/if_rge.c === RCS file: /cvs/src/sys/dev/pci/if_rge.c,v retrieving

Re: wake on lan

2011-03-13 Thread Stefan Sperling
On Sun, Mar 13, 2011 at 01:03:19AM +0100, Stefan Sperling wrote: Now that arp(8) can send Wake On Lan frames (a.k.a. magic packets), it would be nice to have a way to configure WOL from the operating system. Some man page fixes, and ifconfig now prints a not supported message if the user tries

Re: wake on lan

2011-03-13 Thread Stefan Sperling
On Sun, Mar 13, 2011 at 11:41:44AM +0100, Stefan Sperling wrote: On Sun, Mar 13, 2011 at 01:03:19AM +0100, Stefan Sperling wrote: Now that arp(8) can send Wake On Lan frames (a.k.a. magic packets), it would be nice to have a way to configure WOL from the operating system. Some man page

wake on lan

2011-03-12 Thread Stefan Sperling
Now that arp(8) can send Wake On Lan frames (a.k.a. magic packets), it would be nice to have a way to configure WOL from the operating system. Some network cards need help from the OS to do WOL. Some already do WOL without help from the OS. For the latter it's nice to have a way to disable