Module Name: src Committed By: rin Date: Wed Oct 4 07:51:36 UTC 2023
Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile Added Files: src/share/man/man4: igc.4 Log Message: igc(4): Add and hook manpage To generate a diff of this commit: cvs rdiff -u -r1.1765 -r1.1766 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.732 -r1.733 src/share/man/man4/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man4/igc.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/man/mi diff -u src/distrib/sets/lists/man/mi:1.1765 src/distrib/sets/lists/man/mi:1.1766 --- src/distrib/sets/lists/man/mi:1.1765 Sun Aug 27 15:50:47 2023 +++ src/distrib/sets/lists/man/mi Wed Oct 4 07:51:36 2023 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1765 2023/08/27 15:50:47 rillig Exp $ +# $NetBSD: mi,v 1.1766 2023/10/04 07:51:36 rin Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -1350,6 +1350,7 @@ ./usr/share/man/cat4/ieee80211.0 man-sys-catman .cat ./usr/share/man/cat4/ifmedia.0 man-sys-catman .cat ./usr/share/man/cat4/ifpci.0 man-obsolete obsolete +./usr/share/man/cat4/igc.0 man-sys-catman .cat ./usr/share/man/cat4/igmafb.0 man-sys-catman .cat ./usr/share/man/cat4/igphy.0 man-sys-catman .cat ./usr/share/man/cat4/igpio.0 man-sys-catman .cat @@ -4713,6 +4714,7 @@ ./usr/share/man/html4/ieee80211.html man-sys-htmlman html ./usr/share/man/html4/ifmedia.html man-sys-htmlman html ./usr/share/man/html4/ifpci.html man-obsolete obsolete +./usr/share/man/html4/igc.html man-sys-htmlman html ./usr/share/man/html4/igmafb.html man-sys-htmlman html ./usr/share/man/html4/igphy.html man-sys-htmlman html ./usr/share/man/html4/igpio.html man-sys-htmlman html @@ -7910,6 +7912,7 @@ ./usr/share/man/man4/ieee80211.4 man-sys-man .man ./usr/share/man/man4/ifmedia.4 man-sys-man .man ./usr/share/man/man4/ifpci.4 man-obsolete obsolete +./usr/share/man/man4/igc.4 man-sys-man .man ./usr/share/man/man4/igmafb.4 man-sys-man .man ./usr/share/man/man4/igphy.4 man-sys-man .man ./usr/share/man/man4/igpio.4 man-sys-man .man Index: src/share/man/man4/Makefile diff -u src/share/man/man4/Makefile:1.732 src/share/man/man4/Makefile:1.733 --- src/share/man/man4/Makefile:1.732 Fri Jun 30 00:48:03 2023 +++ src/share/man/man4/Makefile Wed Oct 4 07:51:36 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.732 2023/06/30 00:48:03 gutteridge Exp $ +# $NetBSD: Makefile,v 1.733 2023/10/04 07:51:36 rin Exp $ # @(#)Makefile 8.1 (Berkeley) 6/18/93 MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \ @@ -31,11 +31,11 @@ MAN= aac.4 ac97.4 acardide.4 aceride.4 a gpiosim.4 gre.4 gphyter.4 gsip.4 \ hdaudio.4 hifn.4 hme.4 hpacel.4 hpqlb.4 hptide.4 hvn.4 hythygtemp.4 \ iavf.4 ibmcd.4 ibmhawk.4 ichsmb.4 icmp.4 icp.4 icsphy.4 iee.4 \ - ieee80211.4 ifmedia.4 igmafb.4 igphy.4 igpio.4 igsfb.4 iha.4 ihidev.4 \ - ihphy.4 iic.4 ims.4 inet.4 ikphy.4 inphy.4 intersil7170.4 intro.4 \ - ioasic.4 ioat.4 iop.4 iophy.4 iopsp.4 ip.4 ipgphy.4 ipmi.4 ipw.4 \ - irmce.4 isp.4 ismt.4 isv.4 itesio.4 iteide.4 iwi.4 iwm.4 iwn.4 ixg.4 \ - ixl.4 ixpide.4 ixv.4 \ + ieee80211.4 ifmedia.4 igc.4 igmafb.4 igphy.4 igpio.4 igsfb.4 iha.4 \ + ihidev.4 ihphy.4 iic.4 ims.4 inet.4 ikphy.4 inphy.4 intersil7170.4 \ + intro.4 ioasic.4 ioat.4 iop.4 iophy.4 iopsp.4 ip.4 ipgphy.4 ipmi.4 \ + ipw.4 irmce.4 isp.4 ismt.4 isv.4 itesio.4 iteide.4 iwi.4 iwm.4 iwn.4 \ + ixg.4 ixl.4 ixpide.4 ixv.4 \ jme.4 jmide.4 jmphy.4 joy.4 \ kcov.4 kloader.4 kse.4 ksyms.4 kttcp.4 \ l2tp.4 lagg.4 lc.4 ld.4 lii.4 lo.4 lua.4 lxtphy.4 \ Added files: Index: src/share/man/man4/igc.4 diff -u /dev/null src/share/man/man4/igc.4:1.1 --- /dev/null Wed Oct 4 07:51:36 2023 +++ src/share/man/man4/igc.4 Wed Oct 4 07:51:36 2023 @@ -0,0 +1,68 @@ +.\" $NetBSD: igc.4,v 1.1 2023/10/04 07:51:36 rin Exp $ +.\" $OpenBSD: igc.4,v 1.3 2023/03/31 13:48:34 jmc Exp $ +.\" +.\" Copyright (c) 2021 Patrick Wildt <patr...@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: October 4 2023 $ +.Dt IGC 4 +.Os +.Sh NAME +.Nm igc +.Nd Intel I225/I226 1Gb/2.5Gb Ethernet device +.Sh SYNOPSIS +.Cd "igc* at pci?" +.Sh DESCRIPTION +The +.Nm +driver supports Intel I225/I226 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 , +and in +.Nx 10.0 . +.Sh AUTHORS +The +.Nm +driver was written by +.An Intel Corporation +and ported to +.Ox +by +.An Kevin Lo Aq Mt ke...@openbsd.org . +It was ported to +.Nx +by +.An Kengo Nakahara Aq Mt knakar...@netbsd.org , +.An Rin Okuyama Aq Mt r...@netbsd.org , +and +.An Masanobu SAITOH Aq Mt msai...@netbsd.org . +.Sh CAVEATS +The +.Nm +driver in +.Nx 10.0 +is considered experimental. +Some error handling paths are not fully implemented. +It does not support hardware VLAN tagging and TSO at the moment.