Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=vb09y/ID; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZWOG3uGk Received: by mail.netbsd.org (Postfix, from userid 605) id D0CE584F1C; Thu, 18 Apr 2024 15:33:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713454426; bh=VsBeCXM9qKR0PYakauiPM3EmvUi3bMtOA+9pfoJsoa4=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=vb09y/IDCN4Wdc+TU1EV375iT7ANGLdNkr+ZeqkV0dD7NyRW1TeCKqNSio6mkoUi2 vSLRwt3sWv6bNQ9ZCNtbM/P1AgBm694W7p0UifDe47HCb5n2JcLb6wvqaNVGd71a+1 eriUqnpeZB4K+tXaCA2BK1CJrlVzxX8GMjBRjOYQ= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B69BB84F1F for ; Thu, 18 Apr 2024 15:33:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 cXCkRbgSh27c for ; Thu, 18 Apr 2024 15:33:44 +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 5293984CC8 for ; Thu, 18 Apr 2024 15:33:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713454424; bh=VsBeCXM9qKR0PYakauiPM3EmvUi3bMtOA+9pfoJsoa4=; h=Date:From:Subject:To:Reply-To; b=ZWOG3uGkKopqJoXVtONOStAhdirj0iPpaqLIj76nCHRHiG6aG2SSZp+CXeQX22iO1 o7eut8olfMKYODht9LS9+NfDXnR+JgD1oOSQCBQGYrGjpkRIoM0Zg25I3myZyRA0YP d572KZyALiVtdSWDyZycAFeoCQXYRVp2Frj7mvHM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4BF72FA2C; Thu, 18 Apr 2024 15:33:44 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 15:33:44 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sys/stand/efiboot To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418153344.4BF72FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Thu Apr 18 15:33:44 UTC 2024 Modified Files: src/sys/stand/efiboot [netbsd-9]: efiboot.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #1828): sys/stand/efiboot/efiboot.c: revision 1.23 efiboot: Duplicate efi_bootdp before we clobber it in efi_net_probe. Patch from jakllsch@. Makes Socionext Synquacer boot considerably more reliably. PR kern/58075 To generate a diff of this commit: cvs rdiff -u -r1.16.4.1 -r1.16.4.2 src/sys/stand/efiboot/efiboot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.