Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci/ixgbe Modify comment. ixgbe_enable_queue() can b...
details: https://anonhg.NetBSD.org/src/rev/027cfa223dd7
branches: trunk
changeset: 366624:027cfa223dd7
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Jun 02 17:20:21 2022 +0000
description:
Modify comment. ixgbe_enable_queue() can be used on both MSI-X and legacy intr.
diffstat:
sys/dev/pci/ixgbe/ixgbe.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3ae01dd29830 -r 027cfa223dd7 sys/dev/pci/ixgbe/ixgbe.c
--- a/sys/dev/pci/ixgbe/ixgbe.c Thu Jun 02 16:56:22 2022 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe.c Thu Jun 02 17:20:21 2022 +0000
@@ -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 @@
} /* 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)
Home |
Main Index |
Thread Index |
Old Index