diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-06 22:01:28 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-06-06 22:01:28 +0000 |
commit | 22bfc49ac8995eef9419b0f20ea2df5c8b8ebeb2 (patch) | |
tree | 0ea0c01e8f49e43ccbf8ad858769979d188ffc61 /share | |
parent | 1b63f145183afc5a71b2529c041fac88fc44f342 (diff) |
a simple man for the simple amdpm
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/amdpm.4 | 28 |
2 files changed, 31 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index f4aef7fe374..05f325cffd1 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.210 2002/06/03 16:13:21 mickey Exp $ +# $OpenBSD: Makefile,v 1.211 2002/06/06 22:01:27 mickey Exp $ -MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 ami.4 amphy.4 \ - an.4 aria.4 ast.4 atalk.4 atapiscsi.4 \ +MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \ + ami.4 amdpm.4 amphy.4 an.4 aria.4 ast.4 atalk.4 atapiscsi.4 \ audio.4 aue.4 auich.4 autri.4 auvia.4 awi.4 az.4 bpf.4 bridge.4 \ bge.4 bmtphy.4 brgphy.4 bha.4 cac.4 cardbus.4 ccd.4 cd.4 \ ch.4 clnp.4 clcs.4 clct.4 cltp.4 \ diff --git a/share/man/man4/amdpm.4 b/share/man/man4/amdpm.4 new file mode 100644 index 00000000000..90e7f50e8e2 --- /dev/null +++ b/share/man/man4/amdpm.4 @@ -0,0 +1,28 @@ +.\" $OpenBSD: amdpm.4,v 1.1 2002/06/06 22:01:27 mickey Exp $ +.\" +.Dd June 6, 2002 +.Dt AMDPM 4 +.Os +.Sh NAME +.Nm amdpm +.Nd AMD768 Power Management +.Sh SYNOPSIS +.Cd "amdpm* at pci? dev ? function ?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the +.Tn AMD 768 Power Management +controller, in particular, only the RNG function is supported +at this time. +The data generated get fed into the pool of the +.Xr random 4 +device. +.Sh SEE ALSO +.Xr pci 4 , +.Xr random 4 +.Sh HISTORY +The +.Nm +device driver appeared in +.Ox 3.2 . |