1.\" $OpenBSD: amdpm.4,v 1.4 2003/06/02 22:11:25 mickey Exp $ 2.\" 3.\" Copyright (c) 2002 Michael Shalayeff 4.\" All rights reserved 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" notice, this list of conditions and the following disclaimer in the 13.\" documentation and/or other materials provided with the distribution. 14.\" 15.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTORS 16.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS 19.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 20.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 21.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF MIND, USE, DATA, OR PROFITS; OR 22.\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 23.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 24.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 25.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26.\" 27.Dd June 6, 2002 28.Dt AMDPM 4 29.Os 30.Sh NAME 31.Nm amdpm 32.Nd AMD768 Power Management 33.Sh SYNOPSIS 34.Cd "amdpm* at pci? dev ? function ?" 35.Sh DESCRIPTION 36The 37.Nm 38driver provides support for the 39.Tn AMD 768 Power Management 40controller, in particular, only the RNG function is supported 41at this time. 42The data generated get fed into the pool of the 43.Xr random 4 44device. 45.Sh SEE ALSO 46.Xr intro 4 , 47.Xr pci 4 , 48.Xr random 4 49.Sh HISTORY 50The 51.Nm 52device driver appeared in 53.Ox 3.2 . 54