diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-11-02 08:39:24 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2021-11-02 08:39:24 +0000 |
commit | 27c6666af494621309051eaed62b0a40fc95de7a (patch) | |
tree | 73bad2dcd0074f4304700504816c2c15e2d63c01 /share | |
parent | 561f5b53216258602c3f24a998673aa04425349c (diff) |
igc(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/igc.4 | 50 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 6 |
3 files changed, 56 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 93adc23a020..c32bc8962cd 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.809 2021/10/21 18:36:41 bluhm Exp $ +# $OpenBSD: Makefile,v 1.810 2021/11/02 08:39:23 patrick Exp $ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -42,7 +42,7 @@ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ hireset.4 hitemp.4 hme.4 hotplug.4 hsq.4 \ hvn.4 hvs.4 hyperv.4 \ iatp.4 iavf.4 ichiic.4 ichwdt.4 icmp.4 icmp6.4 icsphy.4 ifmedia.4 \ - iha.4 ihidev.4 iic.4 ikbd.4 ims.4 imt.4 imxanatop.4 imxdog.4 \ + igc.4 iha.4 ihidev.4 iic.4 ikbd.4 ims.4 imt.4 imxanatop.4 imxdog.4 \ imxesdhc.4 imxgpc.4 imxgpio.4 imxiic.4 imxpciephy.4 imxpwm.4 imxrtc.4 \ imxspi.4 imxsrc.4 imxtmu.4 imxuart.4 inet.4 inet6.4 inphy.4 iophy.4 \ ip.4 ip6.4 ipcomp.4 ipgphy.4 ipmi.4 ips.4 ipsec.4 ipw.4 \ diff --git a/share/man/man4/igc.4 b/share/man/man4/igc.4 new file mode 100644 index 00000000000..fe20492ed5c --- /dev/null +++ b/share/man/man4/igc.4 @@ -0,0 +1,50 @@ +.\" $OpenBSD: igc.4,v 1.1 2021/11/02 08:39:23 patrick Exp $ +.\" +.\" Copyright (c) 2021 Patrick Wildt <patrick@blueri.se> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: November 2 2021 $ +.Dt IGC 4 +.Os +.Sh NAME +.Nm igc +.Nd Intel I225 1Gb/2.5Gb Ethernet device +.Sh SYNOPSIS +.Cd "igc* at pci?" +.Sh DESCRIPTION +The +.Nm +driver supports Intel I225 series Ethernet devices. +.Sh SEE ALSO +.Xr arp 4 , +.Xr ifmedia 4 , +.Xr intro 4 , +.Xr netintro 4 , +.Xr pci 4 , +.Xr hostname.if 5 , +.Xr ifconfig 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 7.1 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Intel Corporation +and ported to +.Ox +by +.An Kevin Lo Aq Mt kevlo@openbsd.org . diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 87ff66fc50d..4a15d817b36 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.392 2021/10/21 18:36:41 bluhm Exp $ +.\" $OpenBSD: pci.4,v 1.393 2021/11/02 08:39:23 patrick Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 21 2021 $ +.Dd $Mdocdate: November 2 2021 $ .Dt PCI 4 .Os .Sh NAME @@ -219,6 +219,8 @@ GEM 10/100/1Gb Ethernet device Sun Happy Meal 10/100 Ethernet device .It Xr iavf 4 Intel Ethernet Adaptive Virtual Function device +.It Xr igc 4 +Intel I225 1Gb/2.5Gb Ethernet device .It Xr ix 4 Intel 82598/82599/X540/X550 PCI Express 100/1Gb/10Gb Ethernet device .It Xr ixgb 4 |