diff options
author | 2006-01-01 13:35:31 +0000 | |
---|---|---|
committer | 2006-01-01 13:35:31 +0000 | |
commit | 59b0303d5d1dd550041041e65fce961043a3644f (patch) | |
tree | 0c0deafd5f6829f9eab6da9452ff0a00e05d0f27 | |
parent | Enable A/UX style interrupt routing on non-AV Centrises and Quadras, gives us (diff) | |
download | wireguard-openbsd-59b0303d5d1dd550041041e65fce961043a3644f.tar.xz wireguard-openbsd-59b0303d5d1dd550041041e65fce961043a3644f.zip |
.Xr viapm(4)
-rw-r--r-- | share/man/man4/iic.4 | 4 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index d042d65f4d6..dc43fd10dce 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.22 2006/01/01 02:26:07 jmc Exp $ +.\" $OpenBSD: iic.4,v 1.23 2006/01/01 13:35:31 kettenis Exp $ .\" .\" Copyright (c) 2004 Alexander Yurchenko <grange@openbsd.org> .\" @@ -72,6 +72,8 @@ Intel ICH SMBus controllers Apple Inter IC (I2C) bus .It Xr piixpm 4 Intel PIIX and compatible SMBus controllers +.It Xr viapm 4 +VIA VT8233/8285/8287 Bus Control and Power Management .El .Sh SUPPORTED SLAVES .Bl -tag -width 10n -offset ind -compact diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 90f7ba74c01..e9ede78d6c6 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.133 2005/12/31 06:20:22 grange Exp $ +.\" $OpenBSD: pci.4,v 1.134 2006/01/01 13:39:15 kettenis Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -427,6 +427,8 @@ and communications ports. .It Xr uhci 4 USB UHCI host controller. +.It Xr viapm 4 +VIA VT8233/8235/8237 Bus Control and Power Management controller. .It Xr wdt 4 ICS PCI-WDT500/501 watchdog timer devices. .El |