Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 54ACF84E83 for ; Wed, 14 Jun 2023 00:07:23 +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 W3wh5uwZv6Hw for ; Wed, 14 Jun 2023 00:07:22 +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 DE8B584CCF for ; Wed, 14 Jun 2023 00:07:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CBECDFA89; Wed, 14 Jun 2023 00:07:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 14 Jun 2023 00:07:22 +0000 From: "Tohru Nishimura" Subject: CVS commit: src/sys/arch/arm/sociox To: source-changes@NetBSD.org Approved: for-source-only Reply-To: nisimura@netbsd.org X-Mailer: log_accum Message-Id: <20230614000722.CBECDFA89@cvs.NetBSD.org> Module Name: src Committed By: nisimura Date: Wed Jun 14 00:07:22 UTC 2023 Modified Files: src/sys/arch/arm/sociox: if_scx.c Log Message: force PHY loopback while uengine reloading process as tianocore/EDK2 UEFI mentions. A piece of comment updates. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/arm/sociox/if_scx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.