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 Add comment.



details:   https://anonhg.NetBSD.org/src/rev/af71e25b751e
branches:  trunk
changeset: 946151:af71e25b751e
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Nov 19 02:23:24 2020 +0000

description:
Add comment.

diffstat:

 sys/dev/pci/ixgbe/ixgbe.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 3fc95c90a8c6 -r af71e25b751e sys/dev/pci/ixgbe/ixgbe.h
--- a/sys/dev/pci/ixgbe/ixgbe.h Wed Nov 18 22:23:05 2020 +0000
+++ b/sys/dev/pci/ixgbe/ixgbe.h Thu Nov 19 02:23:24 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ixgbe.h,v 1.72 2020/11/17 04:50:29 knakahara Exp $ */
+/* $NetBSD: ixgbe.h,v 1.73 2020/11/19 02:23:24 msaitoh Exp $ */
 
 /******************************************************************************
   SPDX-License-Identifier: BSD-3-Clause
@@ -331,8 +331,8 @@
        struct evcnt     irqs;          /* Hardware interrupt */
        struct evcnt     handleq;       /* software_interrupt */
        struct evcnt     req;           /* deferred */
-       char             namebuf[32];
-       char             evnamebuf[32];
+       char             namebuf[32];   /* Name for sysctl */
+       char             evnamebuf[32]; /* Name for evcnt */
 
        /* Lock for disabled_count and this queue's EIMS/EIMC bit */
        kmutex_t         dc_mtx;



Home | Main Index | Thread Index | Old Index