diff options
author | 2008-02-17 21:31:17 +0000 | |
---|---|---|
committer | 2008-02-17 21:31:17 +0000 | |
commit | 6de1005425fa93013aad516e8d7bc24b388b85de (patch) | |
tree | b066ab82a3352ddbe80d28473864f00731677890 | |
parent | Add the VIA VT8237S south bridge. (diff) | |
download | wireguard-openbsd-6de1005425fa93013aad516e8d7bc24b388b85de.tar.xz wireguard-openbsd-6de1005425fa93013aad516e8d7bc24b388b85de.zip |
mention the VIA VT8237S south bridge.
ok dlg@
-rw-r--r-- | share/man/man4/viapm.4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/viapm.4 b/share/man/man4/viapm.4 index 2b93df627c5..9afd3d01d2e 100644 --- a/share/man/man4/viapm.4 +++ b/share/man/man4/viapm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: viapm.4,v 1.5 2007/05/31 19:19:53 jmc Exp $ +.\" $OpenBSD: viapm.4,v 1.6 2008/02/17 21:31:17 brad Exp $ .\" .\" Copyright (c) 2006 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: February 17 2008 $ .Dt VIAPM 4 .Os .Sh NAME @@ -27,7 +27,8 @@ The .Nm driver provides support for the bus control and power management -component of the VIA VT8233, VT8235, VT8237, VT8251 and CX700 South Bridges. +component of the VIA VT8233, VT8235, VT8237, VT8237A, VT8237S, VT8251 +and CX700 South Bridges. Only the SMBus host interface is supported and can be used with the .Xr iic 4 framework. |