Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=RvZBABsc; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=PaHStZEf Received: by mail.netbsd.org (Postfix, from userid 605) id 728A184D2D; Thu, 18 Apr 2024 15:32:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713454358; bh=lQJFVVpKYbLl85ZL4/phEpU+LiBuyNx04kry1yt3yLk=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=RvZBABsc7qp1CK83P0fy0KKt6CnJi8beQLBWW8KCH6OMGc825NvBNa8d1cQuiGWs7 uXwO59zZdPrQxhAzIu0s3keIe+fUGG3X9hu9RqBoDlZmrCPTDS3XlnVkZUM46JMJmp 1SEZvphoEVp/JiAMl1lT4FXTngf+sshAS0j61qMs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 52D5184F1E for ; Thu, 18 Apr 2024 15:32:37 +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 80qI6M3D26xa for ; Thu, 18 Apr 2024 15:32:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E419884CC8 for ; Thu, 18 Apr 2024 15:32:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713454356; bh=lQJFVVpKYbLl85ZL4/phEpU+LiBuyNx04kry1yt3yLk=; h=Date:From:Subject:To:Reply-To; b=PaHStZEfvLOpFhNQDAT21ut4/5EYN0UvsXhkFUaiDtOkTAtzcqK6pPQuKxcbfJBaZ yAJ+qkkhtxk9LX5NghvFioUy/K9T7o/ndtWSym6kLHH8vhFJ/J5H5Hj6usE4hGiQB8 IHNBzSZOe6Q0mDtJgbD5qwk/d7TR+f8BiWUfJseM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id D92D4FA2C; Thu, 18 Apr 2024 15:32:36 +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:32:36 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/sys/stand/efiboot To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240418153236.D92D4FA2C@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:32:36 UTC 2024 Modified Files: src/sys/stand/efiboot [netbsd-10]: efiboot.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #656): 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.22 -r1.22.4.1 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.