Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2023 20:28:11 GMT
From:      Kevin Bowling <kbowling@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1b01772f0185 - main - em(4): remove reference to CNVi
Message-ID:  <202308032028.373KSBHa020964@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by kbowling:

URL: https://cgit.FreeBSD.org/src/commit/?id=1b01772f0185bb6476ec76d1d66c26373cebc391

commit 1b01772f0185bb6476ec76d1d66c26373cebc391
Author:     Kevin Bowling <kbowling@FreeBSD.org>
AuthorDate: 2023-08-03 20:26:28 +0000
Commit:     Kevin Bowling <kbowling@FreeBSD.org>
CommitDate: 2023-08-03 20:26:28 +0000

    em(4): remove reference to CNVi
    
    I misread the newer PCH datasheet, these are still refered to as PCH.
---
 share/man/man4/em.4 | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/share/man/man4/em.4 b/share/man/man4/em.4
index ebf04b4d8941..0948acf66951 100644
--- a/share/man/man4/em.4
+++ b/share/man/man4/em.4
@@ -57,7 +57,7 @@ The
 .Nm
 driver provides support for PCI/PCI-X Gigabit Ethernet adapters based on
 the Intel 82540, 82541ER, 82541PI, 82542, 82543, 82544, 82545, 82546,
-82546EB, 82546GB, 82547 controller chips.
+82546EB, 82546GB, and 82547 controller chips.
 .Pp
 The
 .Nm
@@ -68,9 +68,8 @@ controller chips.
 The
 .Nm
 driver provides support for Gigabit Ethernet adapters connected to I/O
-Controller Hub (ICH), Platform Controller Hub (PCH) and Connectivity
-Integrated (CNVi) including Intel 80003ES2LAN, 82562, 82566, 82567,
-82577, 82578, 82579, i217, i218, and i219.
+Controller Hub (ICH) and Platform Controller Hub (PCH) including Intel
+80003ES2LAN, 82562, 82566, 82567, 82577, 82578, 82579, i217, i218, and i219.
 .Pp
 The
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308032028.373KSBHa020964>