diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-06-26 02:46:28 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2009-06-26 02:46:28 +0000 |
commit | 3af4bc771e4e9023280fcfc34bdbba2e15b0429f (patch) | |
tree | 112a1f220bdb5b44fb8fadbd63e40d377f6bab5b /share/man | |
parent | 256e16c8c98c507e33ebb0606c15a900b94bde60 (diff) |
add the VIA VX855 chipset
ok deraadt@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/pciide.4 | 6 | ||||
-rw-r--r-- | share/man/man4/viapm.4 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/pciide.4 b/share/man/man4/pciide.4 index 77f537b5131..bd3a80659ef 100644 --- a/share/man/man4/pciide.4 +++ b/share/man/man4/pciide.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pciide.4,v 1.81 2008/09/17 06:26:13 brad Exp $ +.\" $OpenBSD: pciide.4,v 1.82 2009/06/26 02:46:27 kevlo Exp $ .\" $NetBSD: pciide.4,v 1.8 1999/03/16 01:19:17 garbled Exp $ .\" .\" Copyright (c) 1998 Manuel Bouyer. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 17 2008 $ +.Dd $Mdocdate: June 26 2009 $ .Dt PCIIDE 4 .Os .Sh NAME @@ -116,7 +116,7 @@ Silicon Integrated System 180, 181, 5513 (5597/5598), 540, 550, 730, 733, 735, 740, 745, 746, 748, 750, 751, 752, 755, 760, 962, 963 .It VIA Technologies CX700, VT82C586/A/B, VT82C596A/B, VT82C686A/B, VT8231, VT8366, -VT8233, VT8235, VT8237, VT8237A/S, VT8251, VT6410, VX700 +VT8233, VT8235, VT8237, VT8237A/S, VT8251, VT6410, VX700, VX855 .El .Pp Some of these controllers are only available in multifunction PCI chips. diff --git a/share/man/man4/viapm.4 b/share/man/man4/viapm.4 index 85930d206e1..7f7de973db4 100644 --- a/share/man/man4/viapm.4 +++ b/share/man/man4/viapm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: viapm.4,v 1.7 2009/06/11 02:09:02 kevlo Exp $ +.\" $OpenBSD: viapm.4,v 1.8 2009/06/26 02:46:27 kevlo 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: June 11 2009 $ +.Dd $Mdocdate: June 26 2009 $ .Dt VIAPM 4 .Os .Sh NAME @@ -28,7 +28,7 @@ The .Nm driver provides support for the bus control and power management component of the VIA VT8233, VT8235, VT8237, VT8237A, VT8237S, VT8251, -CX700 and CX800 South Bridges. +CX700, CX800 and VX855 South Bridges. Only the SMBus host interface is supported and can be used with the .Xr iic 4 framework. |