Module Name: src Committed By: andvar Date: Thu Aug 22 20:18:10 UTC 2024
Modified Files: src/sys/dev/pci/igc: igc_defines.h Log Message: s/Shfit/Shift/ in comment. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.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/sys/dev/pci/igc/igc_defines.h diff -u src/sys/dev/pci/igc/igc_defines.h:1.3 src/sys/dev/pci/igc/igc_defines.h:1.4 --- src/sys/dev/pci/igc/igc_defines.h:1.3 Wed Feb 21 12:39:39 2024 +++ src/sys/dev/pci/igc/igc_defines.h Thu Aug 22 20:18:10 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: igc_defines.h,v 1.3 2024/02/21 12:39:39 msaitoh Exp $ */ +/* $NetBSD: igc_defines.h,v 1.4 2024/08/22 20:18:10 andvar 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 */