Module Name: src
Committed By: msaitoh
Date: Thu Jun 2 17:20:21 UTC 2022
Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c
Log Message:
Modify comment. ixgbe_enable_queue() can be used on both MSI-X and legacy intr.
To generate a diff of this commit:
cvs rdiff -u -r1.320 -r1.321 src/sys/dev/pci/ixgbe/ixgbe.c
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/ixgbe/ixgbe.c
diff -u src/sys/dev/pci/ixgbe/ixgbe.c:1.320 src/sys/dev/pci/ixgbe/ixgbe.c:1.321
--- src/sys/dev/pci/ixgbe/ixgbe.c:1.320 Thu Jun 2 16:56:22 2022
+++ src/sys/dev/pci/ixgbe/ixgbe.c Thu Jun 2 17:20:21 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe.c,v 1.320 2022/06/02 16:56:22 msaitoh Exp $ */
+/* $NetBSD: ixgbe.c,v 1.321 2022/06/02 17:20:21 msaitoh Exp $ */
/******************************************************************************
@@ -64,7 +64,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ixgbe.c,v 1.320 2022/06/02 16:56:22 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ixgbe.c,v 1.321 2022/06/02 17:20:21 msaitoh Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -2674,7 +2674,7 @@ display:
} /* ixgbe_get_slot_info */
/************************************************************************
- * ixgbe_enable_queue - MSI-X Interrupt Handlers and Tasklets
+ * ixgbe_enable_queue - Queue Interrupt Enabler
************************************************************************/
static inline void
ixgbe_enable_queue(struct adapter *adapter, u32 vector)