diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-06-18 08:21:21 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-06-18 08:21:21 +0000 |
commit | f85a6c67871f9bde4528bc9ee278b68f9282d712 (patch) | |
tree | 31d9142256dd29546cfd4e2e71c4ac546131a6aa /share | |
parent | 18590e1a81590eb9870809c0af7179b696c3f6a5 (diff) |
Remove support for cancelled NVIDIA MCP7B and add initial support for
MCP89.
From Brad based on information from Peer Chen @ NVIDIA via Linux.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/azalia.4 | 6 | ||||
-rw-r--r-- | share/man/man4/nfe.4 | 10 | ||||
-rw-r--r-- | share/man/man4/nviic.4 | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/azalia.4 b/share/man/man4/azalia.4 index 2747fe73abd..74fd4360832 100644 --- a/share/man/man4/azalia.4 +++ b/share/man/man4/azalia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: azalia.4,v 1.19 2008/12/31 13:55:37 sobrado Exp $ +.\" $OpenBSD: azalia.4,v 1.20 2009/06/18 08:21:20 jsg Exp $ .\" $NetBSD: azalia.4,v 1.2 2005/06/22 04:19:09 kent Exp $ .\" .\" Copyright (c) 2005 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 31 2008 $ +.Dd $Mdocdate: June 18 2009 $ .Dt AZALIA 4 .Os .Sh NAME @@ -53,7 +53,7 @@ ATI SB450, SB600, SB700 .It Intel 82801FB/GB/H/I/JI (ICH6, ICH7, ICH8, ICH9, ICH10) .It -NVIDIA MCP51/MCP55/MCP61/MCP65/MCP67/MCP73/MCP77/MCP79/MCP7B +NVIDIA MCP51/MCP55/MCP61/MCP65/MCP67/MCP73/MCP77/MCP79/MCP89 .It Silicon Integrated System 966/966L .It diff --git a/share/man/man4/nfe.4 b/share/man/man4/nfe.4 index 25e8703127a..619ee5c90b4 100644 --- a/share/man/man4/nfe.4 +++ b/share/man/man4/nfe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nfe.4,v 1.17 2008/10/28 06:27:28 brad Exp $ +.\" $OpenBSD: nfe.4,v 1.18 2009/06/18 08:21:20 jsg Exp $ .\" .\" Copyright (c) 2006 Jonathan Gray <jsg@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: October 28 2008 $ +.Dd $Mdocdate: June 18 2009 $ .Dt NFE 4 .Os .Sh NAME @@ -33,14 +33,14 @@ The driver supports Fast Ethernet and Gigabit Ethernet adapters based on the NVIDIA nForce Media and Communications Processors (MCP), the nForce, nForce 2, nForce 3, CK804, MCP04, MCP51, MCP55, -MCP61, MCP65, MCP67, MCP73, MCP77 and MCP79 Ethernet +MCP61, MCP65, MCP67, MCP73, MCP77, MCP79 and MCP89 Ethernet controller chips. .Pp The .Nm driver supports IPv4 transmit/receive IP/TCP/UDP checksum offload -with the nForce 3, CK804, MCP55, MCP77 and MCP79 chipsets and VLAN -tag insertion and stripping with the MCP55 chipset. +with the nForce 3, CK804, MCP55, MCP77, MCP79 and MCP89 chipsets +and VLAN tag insertion and stripping with the MCP55 chipset. .Pp The .Nm diff --git a/share/man/man4/nviic.4 b/share/man/man4/nviic.4 index d2b7c786ca3..d51999abb7d 100644 --- a/share/man/man4/nviic.4 +++ b/share/man/man4/nviic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nviic.4,v 1.10 2008/05/22 05:27:55 brad Exp $ +.\" $OpenBSD: nviic.4,v 1.11 2009/06/18 08:21:20 jsg Exp $ .\" .\" Copyright (c) 2005 David Gwynne <dlg@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 22 2008 $ +.Dd $Mdocdate: June 18 2009 $ .Dt NVIIC 4 .Os .Sh NAME @@ -27,7 +27,7 @@ The .Nm driver provides support for the NVIDIA nForce2/3/4 -and MCP51/55/61/65/67/73/77/79/7B SMBus +and MCP51/55/61/65/67/73/77/79 SMBus host interface to be used with the .Xr iic 4 framework. |