Received: by mail.netbsd.org (Postfix, from userid 605) id AFC0084EB3; Fri, 24 Dec 2021 05:03:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E52E884EA9 for ; Fri, 24 Dec 2021 05:03:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id FrQqTA5bkgko for ; Fri, 24 Dec 2021 05:03:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 86D0684CFD for ; Fri, 24 Dec 2021 05:03:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 83F43FAEC; Fri, 24 Dec 2021 05:03:37 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 24 Dec 2021 05:03:37 +0000 From: "SAITOH Masanobu" Subject: CVS commit: src/sys/dev/pci/ixgbe To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20211224050337.83F43FAEC@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: Fri Dec 24 05:03:37 UTC 2021 Modified Files: src/sys/dev/pci/ixgbe: ixgbe_mbx.c ixgbe_mbx.h Log Message: Restore some mailbox related functions. No functional change. - Revert some part of ixgbe_mbx.c rev. 1.7 and ixgbe_mbx.h rev. 1.11. It's also part of FreeBSD 3f66b96d8658f8721e6b1c6f035611bec44675b9. - This change reduces diff against FreeBSD ix-3.3.14. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/dev/pci/ixgbe/ixgbe_mbx.c cvs rdiff -u -r1.17 -r1.18 src/sys/dev/pci/ixgbe/ixgbe_mbx.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.