diff options
author | 2006-07-23 02:17:53 +0000 | |
---|---|---|
committer | 2006-07-23 02:17:53 +0000 | |
commit | ddcfd1cc882f8b7f46ff159d134cabe500bac6bf (patch) | |
tree | 8c1dd132adf2c839d141b96197125f3d19f8f85d | |
parent | add NVidia MCP61/65 ids. (diff) | |
download | wireguard-openbsd-ddcfd1cc882f8b7f46ff159d134cabe500bac6bf.tar.xz wireguard-openbsd-ddcfd1cc882f8b7f46ff159d134cabe500bac6bf.zip |
add newer NVidia chipsets.
-rw-r--r-- | share/man/man4/nfe.4 | 6 | ||||
-rw-r--r-- | share/man/man4/nviic.4 | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man4/nfe.4 b/share/man/man4/nfe.4 index 60ec6912fcc..2e2b3e8f1b1 100644 --- a/share/man/man4/nfe.4 +++ b/share/man/man4/nfe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfe.4,v 1.8 2006/03/04 04:35:24 jsg Exp $ +.\" $OpenBSD: nfe.4,v 1.9 2006/07/23 02:17:53 brad Exp $ .\" .\" Copyright (c) 2006 Jonathan Gray <jsg@openbsd.org> .\" @@ -31,8 +31,8 @@ The .Nm driver supports PCI Ethernet adapters based on the NVIDIA nForce Media and Communications Processors (MCP), such as -the nForce, nForce 2, nForce 3, CK804, MCP04, MCP51 and MCP55 -Ethernet controller chips. +the nForce, nForce 2, nForce 3, CK804, MCP04, MCP51, MCP55, +MCP61 and MCP65 Ethernet controller chips. .Pp The .Nm diff --git a/share/man/man4/nviic.4 b/share/man/man4/nviic.4 index e4fa3997977..47b5d47b762 100644 --- a/share/man/man4/nviic.4 +++ b/share/man/man4/nviic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nviic.4,v 1.3 2006/06/29 18:05:49 brad Exp $ +.\" $OpenBSD: nviic.4,v 1.4 2006/07/23 02:17:53 brad Exp $ .\" .\" Copyright (c) 2005 David Gwynne <dlg@openbsd.org> .\" @@ -19,15 +19,15 @@ .Os .Sh NAME .Nm nviic -.Nd NVIDIA nForce2/3/4 SMBus controller +.Nd NVIDIA nForce and MCP SMBus controller .Sh SYNOPSIS .Cd "nviic* at pci?" .Cd "iic* at nviic?" .Sh DESCRIPTION The .Nm -driver provides support for the NVIDIA nForce2/3/4, MCP51 and MCP55 SMBus host -interface to be used with the +driver provides support for the NVIDIA nForce2/3/4 and MCP51/55/61/65 SMBus +host interface to be used with the .Xr iic 4 framework. .Sh SEE ALSO |