Offering for the wiz daemon.

This commit is contained in:
riastradh 2017-04-19 00:17:30 +00:00
parent c248891802
commit 415d159521
3 changed files with 62 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.1553 2017/04/11 00:03:16 kre Exp $
# $NetBSD: mi,v 1.1554 2017/04/19 00:17:30 riastradh Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -1809,6 +1809,7 @@
./usr/share/man/cat4/twe.0 man-sys-catman .cat
./usr/share/man/cat4/txp.0 man-sys-catman .cat
./usr/share/man/cat4/u3g.0 man-sys-catman .cat
./usr/share/man/cat4/ualea.0 man-sys-catman .cat
./usr/share/man/cat4/uark.0 man-sys-catman .cat
./usr/share/man/cat4/uatp.0 man-sys-catman .cat
./usr/share/man/cat4/uaudio.0 man-sys-catman .cat
@ -4845,6 +4846,7 @@
./usr/share/man/html4/twe.html man-sys-htmlman html
./usr/share/man/html4/txp.html man-sys-htmlman html
./usr/share/man/html4/u3g.html man-sys-htmlman html
./usr/share/man/html4/ualea.html man-sys-htmlman html
./usr/share/man/html4/uark.html man-sys-htmlman html
./usr/share/man/html4/uatp.html man-sys-htmlman html
./usr/share/man/html4/uaudio.html man-sys-htmlman html
@ -7801,6 +7803,7 @@
./usr/share/man/man4/twe.4 man-sys-man .man
./usr/share/man/man4/txp.4 man-sys-man .man
./usr/share/man/man4/u3g.4 man-sys-man .man
./usr/share/man/man4/ualea.4 man-sys-man .man
./usr/share/man/man4/uark.4 man-sys-man .man
./usr/share/man/man4/uatp.4 man-sys-man .man
./usr/share/man/man4/uaudio.4 man-sys-man .man

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.634 2017/03/06 09:06:01 pgoyette Exp $
# $NetBSD: Makefile,v 1.635 2017/04/19 00:17:31 riastradh Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@ -76,7 +76,8 @@ MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
# USB devices
MAN+= atu.4 aubtfwl.4 aue.4 axe.4 axen.4 cdce.4 cue.4 ehci.4 kue.4 ohci.4 \
slhci.4 stuirda.4 u3g.4 uatp.4 uaudio.4 uberry.4 ubsa.4 ubt.4 uchcom.4 \
slhci.4 stuirda.4 u3g.4 ualea.4 uatp.4 uaudio.4 uberry.4 ubsa.4 ubt.4 \
uchcom.4 \
ucom.4 ucycom.4 udav.4 udsbr.4 uftdi.4 ugen.4 ugensa.4 uhci.4 uhid.4 \
uhidev.4 uhmodem.4 uhso.4 uipaq.4 uirda.4 ukbd.4 ukyopon.4 ulpt.4 \
umass.4 umcs.4 umct.4 umidi.4 umodem.4 ums.4 upgt.4 upl.4 uplcom.4 \

55
share/man/man4/ualea.4 Normal file
View File

@ -0,0 +1,55 @@
.\" $NetBSD: ualea.4,v 1.1 2017/04/19 00:17:31 riastradh Exp $
.\"
.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
.\" This code is derived from software contributed to The NetBSD Foundation
.\" by Taylor R. Campbell.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\" notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd April 18, 2017
.Dt UALEA 4
.Os
.Sh NAME
.Nm ualea
.Nd USB Araneus Alea I/II TRNG
.Sh SYNOPSIS
.Cd "ualea* at uhub? port ? configuration ? interface ?"
.Sh DESCRIPTION
The
.Nm
driver reads data generated randomly by an Araneus Alea I/II device and
adds it to the kernel entropy pool.
.Sh SEE ALSO
.Xr rnd 4 ,
.Lk https://www.araneus.fi/products/alea2/en/
.Sh HISTORY
The
.Nm
driver first appeared in
.Nx 8.0 .
.Sh AUTHORS
.An Taylor R Campbell Aq Mt riastradh@NetBSD.org
.Sh BUGS
Destruction of an Alea II TRNG device with a consumer-grade laundry
washing machine is ineffective.