Received: by mail.netbsd.org (Postfix, from userid 605) id B6EF584EE9; Thu, 2 Jun 2022 17:19:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E5EFF84DBF for ; Thu, 2 Jun 2022 17:19:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DzDqKBc1RtYZ for ; Thu, 2 Jun 2022 17:19:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8482384CEE for ; Thu, 2 Jun 2022 17:19:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CC854FB18; Thu, 2 Jun 2022 17:20:21 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 2 Jun 2022 17:20:21 +0000 From: "SAITOH Masanobu" Subject: CVS commit: src/sys/dev/pci/ixgbe To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220602172021.CC854FB18@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "SAITOH Masanobu" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: 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.