Module Name: src
Committed By: martin
Date: Thu Sep 12 20:10:12 UTC 2024
Modified Files:
src/share/man/man4 [netbsd-10]: igc.4
src/sys/dev/pci/igc [netbsd-10]: igc_defines.h
Log Message:
Pull up following revision(s) (requested by rin in ticket #853):
sys/dev/pci/igc/igc_defines.h: revision 1.4
share/man/man4/igc.4: revision 1.2
Fix typo in email.
s/Shfit/Shift/ in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/share/man/man4/igc.4
cvs rdiff -u -r1.2.2.3 -r1.2.2.4 src/sys/dev/pci/igc/igc_defines.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/igc.4
diff -u src/share/man/man4/igc.4:1.1.2.2 src/share/man/man4/igc.4:1.1.2.3
--- src/share/man/man4/igc.4:1.1.2.2 Sun Oct 8 13:19:33 2023
+++ src/share/man/man4/igc.4 Thu Sep 12 20:10:12 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: igc.4,v 1.1.2.2 2023/10/08 13:19:33 martin Exp $
+.\" $NetBSD: igc.4,v 1.1.2.3 2024/09/12 20:10:12 martin Exp $
.\" $OpenBSD: igc.4,v 1.3 2023/03/31 13:48:34 jmc Exp $
.\"
.\" Copyright (c) 2021 Patrick Wildt <[email protected]>
@@ -54,7 +54,7 @@ by
It was ported to
.Nx
by
-.An Kengo Nakahara Aq Mt [email protected] ,
+.An Kengo Nakahara Aq Mt [email protected] ,
.An Rin Okuyama Aq Mt [email protected] ,
and
.An Masanobu SAITOH Aq Mt [email protected] .
Index: src/sys/dev/pci/igc/igc_defines.h
diff -u src/sys/dev/pci/igc/igc_defines.h:1.2.2.3 src/sys/dev/pci/igc/igc_defines.h:1.2.2.4
--- src/sys/dev/pci/igc/igc_defines.h:1.2.2.3 Fri Feb 23 18:41:02 2024
+++ src/sys/dev/pci/igc/igc_defines.h Thu Sep 12 20:10:12 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: igc_defines.h,v 1.2.2.3 2024/02/23 18:41:02 martin Exp $ */
+/* $NetBSD: igc_defines.h,v 1.2.2.4 2024/09/12 20:10:12 martin Exp $ */
/* $OpenBSD: igc_defines.h,v 1.1 2021/10/31 14:52:57 patrick Exp $ */
/*-
@@ -750,7 +750,7 @@
/* TTQF SCTP Bit, shift with IGC_TTQF_PROTOCOL_SHIFT */
#define IGC_TTQF_PROTOCOL_SCTP 0x2
#define IGC_TTQF_PROTOCOL_SHIFT 5 /* TTQF Protocol Shift */
-#define IGC_TTQF_QUEUE_SHIFT 16 /* TTQF Queue Shfit */
+#define IGC_TTQF_QUEUE_SHIFT 16 /* TTQF Queue Shift */
#define IGC_TTQF_RX_QUEUE_MASK 0x70000 /* TTQF Queue Mask */
#define IGC_TTQF_MASK_ENABLE 0x10000000 /* TTQF Mask Enable Bit */
#define IGC_IMIR_CLEAR_MASK 0xF001FFFF /* IMIR Reg Clear Mask */