svn commit: r203134 - in head: share/man/man4 sys/conf sys/contrib/dev/run sys/dev/usb sys/dev/usb/wlan sys/modules sys/modules/runfw sys/modules/usb sys/modules/usb/run

pluknet pluknet at gmail.com
Fri Jan 29 05:16:49 UTC 2010


On 29 January 2010 01:24, Andrew Thompson <thompsa at freebsd.org> wrote:
> Author: thompsa
> Date: Thu Jan 28 22:24:54 2010
> New Revision: 203134
> URL: http://svn.freebsd.org/changeset/base/203134
>
> Log:
>  Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn devices.
>
>  This driver was written for OpenBSD by Damien Bergamini and ported over by
>  Akinori Furukoshi.
>
[...]

> Added: head/share/man/man4/run.4
[...]
> +The
> +.Nm
> +driver offloads both encryption and decryption of data frames to the
> +hardware for the WEP40, WEP104, TKIP(+MIC) and CCMP ciphers.
> +.Pp
> +The
> +.Nm
> +driver can be configured at runtime with
> +.Xr ifconfig 8
> +or on boot with
> +.Xr hostname.if 5 .

hostname.if(5) is something that only exists in OpenBSD.
I think the following would be better:
For more information on configuring this device, see
.Xr ifconfig 8 .

-- 
wbr,
pluknet


More information about the svn-src-head mailing list