Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add fwhrng(4). Ok jakllsch@.



details:   https://anonhg.NetBSD.org/src/rev/2b4bf4950473
branches:  trunk
changeset: 756718:2b4bf4950473
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Jul 29 18:25:19 2010 +0000

description:
Add fwhrng(4). Ok jakllsch@.

diffstat:

 distrib/sets/lists/man/mi |   5 +++-
 share/man/man4/Makefile   |   4 +-
 share/man/man4/fwhrng.4   |  60 +++++++++++++++++++++++++++++++++++++++++++++++
 share/man/man4/ichlpcib.4 |   5 ++-
 4 files changed, 69 insertions(+), 5 deletions(-)

diffs (141 lines):

diff -r 8142e8f4fb91 -r 2b4bf4950473 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Thu Jul 29 18:16:33 2010 +0000
+++ b/distrib/sets/lists/man/mi Thu Jul 29 18:25:19 2010 +0000
@@ -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
diff -r 8142e8f4fb91 -r 2b4bf4950473 share/man/man4/Makefile
--- a/share/man/man4/Makefile   Thu Jul 29 18:16:33 2010 +0000
+++ b/share/man/man4/Makefile   Thu Jul 29 18:25:19 2010 +0000
@@ -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 @@
        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 \
diff -r 8142e8f4fb91 -r 2b4bf4950473 share/man/man4/fwhrng.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/fwhrng.4   Thu Jul 29 18:25:19 2010 +0000
@@ -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@localhost>
+.\" 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.
diff -r 8142e8f4fb91 -r 2b4bf4950473 share/man/man4/ichlpcib.4
--- a/share/man/man4/ichlpcib.4 Thu Jul 29 18:16:33 2010 +0000
+++ b/share/man/man4/ichlpcib.4 Thu Jul 29 18:25:19 2010 +0000
@@ -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 @@
 framework.
 .El
 .Sh SEE ALSO
+.Xr fwhrng 4 ,
 .Xr gpio 4 ,
 .Xr sysctl 8 ,
 .Xr wdogctl 8



Home | Main Index | Thread Index | Old Index