Re: systat(1) and uvmexp.nswget documentation

2020-04-22 Thread Theo de Raadt
OK Martin Pieuchot wrote: > schwarze@ pointed out that systat(1) refers to a non-documented > function: uvm_swap_get(). I doubt referencing a UVM function is > something appropriate. Diff below tries to explain in word what the > counter is: the number of swap page that have been read from dis

Re: [PATCH] [src] usr.bin/audioctl/audioctl.8, usr.bin/mixerctl/mixerctl.8 - manpages moved to section 8, mark them as such

2020-04-22 Thread Ingo Schwarze
Hi Raf, Raf Czlonka wrote on Thu, Apr 23, 2020 at 12:58:41AM +0100: > Recently moved manpages bear section 1 number - update accordingly. Committed, thanks. Ingo > Index: usr.bin/audioctl/audioctl.8 > === > RCS file: /cvs/src/us

[PATCH] [src] usr.bin/audioctl/audioctl.8, usr.bin/mixerctl/mixerctl.8 - manpages moved to section 8, mark them as such

2020-04-22 Thread Raf Czlonka
Hi all, Recently moved manpages bear section 1 number - update accordingly. Regards, Raf Index: usr.bin/audioctl/audioctl.8 === RCS file: /cvs/src/usr.bin/audioctl/audioctl.8,v retrieving revision 1.3 diff -u -p -r1.3 audioctl.8 --

systat(1) and uvmexp.nswget documentation

2020-04-22 Thread Martin Pieuchot
schwarze@ pointed out that systat(1) refers to a non-documented function: uvm_swap_get(). I doubt referencing a UVM function is something appropriate. Diff below tries to explain in word what the counter is: the number of swap page that have been read from disk. It is not only incremented in the

athn(4): WPA2 crypto hardware offload

2020-04-22 Thread Stefan Sperling
This makes athn(4) offload CCMP encryption and decryption to hardware. CCMP is used with WPA2, so this reduces CPU load on WPA2 networks only. The WPA1 (TKIP) and WEP ciphers remain in software because this simplifies the driver. TKIP in particular is a annoying to deal with on this hardware. Old

athn(4): configure Tx interrupt mitigation

2020-04-22 Thread Stefan Sperling
We currently configure interrupt mitigation for Rx, but not for Tx. And there is also a global Tx/Rx interrupt limit which can be configured via the MIRT register. Setting this could prevent Tx/Rx interrupt storms. This change doesn't really buy us anything during regular use of the device, but d