Add fwhrng(4). Ok jakllsch@.

This commit is contained in:
jruoho 2010-07-29 18:25:19 +00:00
parent dce6462ccf
commit c4b5a963cf
4 changed files with 69 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: mi,v 1.1228 2010/07/11 10:15:07 jmmv Exp $
# $NetBSD: mi,v 1.1229 2010/07/29 18:25:19 jruoho Exp $
#
# Note: don't delete entries from here - mark them as "obsolete" instead.
#
@ -945,6 +945,7 @@
./usr/share/man/cat4/fss.0 man-sys-catman .cat
./usr/share/man/cat4/fssbs.0 man-obsolete obsolete
./usr/share/man/cat4/fta.0 man-sys-catman .cat
./usr/share/man/cat4/fwhrng.0 man-sys-catman .cat
./usr/share/man/cat4/fwip.0 man-sys-catman .cat
./usr/share/man/cat4/fwiso.0 man-obsolete obsolete
./usr/share/man/cat4/fwohci.0 man-sys-catman .cat
@ -3618,6 +3619,7 @@
./usr/share/man/html4/fss.html man-sys-htmlman html
./usr/share/man/html4/fssbs.html man-obsolete obsolete
./usr/share/man/html4/fta.html man-sys-htmlman html
./usr/share/man/html4/fwhrng.html man-sys-htmlman html
./usr/share/man/html4/fwip.html man-sys-htmlman html
./usr/share/man/html4/fwohci.html man-sys-htmlman html
./usr/share/man/html4/fxp.html man-sys-htmlman html
@ -6069,6 +6071,7 @@
./usr/share/man/man4/fss.4 man-sys-man .man
./usr/share/man/man4/fssbs.4 man-obsolete obsolete
./usr/share/man/man4/fta.4 man-sys-man .man
./usr/share/man/man4/fwhrng.4 man-sys-man .man
./usr/share/man/man4/fwip.4 man-sys-man .man
./usr/share/man/man4/fwiso.4 man-obsolete obsolete
./usr/share/man/man4/fwohci.4 man-sys-man .man

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.522 2010/07/08 20:00:24 christos Exp $
# $NetBSD: Makefile,v 1.523 2010/07/29 18:25:19 jruoho Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@ -24,7 +24,7 @@ MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
dmphy.4 dpt.4 dpti.4 drm.4 drum.4 \
eap.4 ebus.4 edc.4 elmc.4 emuxki.4 en.4 envsys.4 ep.4 esh.4 esis.4 \
esa.4 esiop.4 esm.4 eso.4 etherip.4 exphy.4 \
fast_ipsec.4 fd.4 finsio.4 fpa.4 fms.4 fss.4 fxp.4 \
fast_ipsec.4 fd.4 finsio.4 fpa.4 fms.4 fss.4 fwhrng.4 fxp.4 \
gcscaudio.4 gem.4 genfb.4 gentbi.4 geodeide.4 \
glxtphy.4 gpib.4 gpio.4 gpiolock.4 gpiosim.4 gre.4 gphyter.4 gsip.4 \
hdaudio.4 hifn.4 hme.4 hpqlb.4 hptide.4 \

60
share/man/man4/fwhrng.4 Normal file
View File

@ -0,0 +1,60 @@
.\" $NetBSD: fwhrng.4,v 1.1 2010/07/29 18:25:19 jruoho Exp $
.\"
.\" Copyright (c) 2010 Jukka Ruohonen <jruohonen@iki.fi>
.\" All rights reserved.
.\"
.\" 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. Neither the name of the author nor the names of any
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 July 29, 2010
.Dt FWHRNG 4
.Os
.Sh NAME
.Nm fwhrng
.Nd Intel Firmware Hub Random Number Generator
.Sh SYNOPSIS
.Cd "fwhrng* at ichlpcib?"
.Sh DESCRIPTION
The
.Nm
driver provides support for hardware Random Number Generator
.Pq Tn RNG
available on some Intel Firmware Hubs
.Pq Tn FWHs .
The
.Nm
driver accesses the
.Tn RNG
through an
.Tn I/O
controller hub
.Pq Tn ICH .
.Sh SEE ALSO
.Xr ichlpcib 4 ,
.Xr rnd 4
.Rs
.%A Intel Corporation
.%T Intel 82802AB/82802AC Firmware Hub (FWH)
.%D November, 2000
.%U http://download.intel.com/design/chipsets/datashts/29065804.pdf
.Re
.Sh CAVEATS
The entropy source is not tested for randomness.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ichlpcib.4,v 1.10 2009/09/27 21:07:29 wiz Exp $
.\" $NetBSD: ichlpcib.4,v 1.11 2010/07/29 18:25:19 jruoho Exp $
.\"
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
.Dd September 27, 2009
.Dd July 29, 2010
.Dt ICHLPCIB 4
.Os
.Sh NAME
@ -70,6 +70,7 @@ The ICH provides up to 64 I/O pins which can be accessed through the
framework.
.El
.Sh SEE ALSO
.Xr fwhrng 4 ,
.Xr gpio 4 ,
.Xr sysctl 8 ,
.Xr wdogctl 8