Received: by mail.netbsd.org (Postfix, from userid 605) id 3836584D62; Thu, 27 Jun 2019 13:17:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ADEE284D3C for ; Thu, 27 Jun 2019 13:17: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 YrcCURGVU-Hi for ; Thu, 27 Jun 2019 13:17:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 52E0884D31 for ; Thu, 27 Jun 2019 13:17:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1CA4CFBF4; Thu, 27 Jun 2019 13:17:17 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 27 Jun 2019 13:17:17 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-8] src/sys/arch/x86/include To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20190627131717.1CA4CFBF4@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org 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 Jun 27 13:17:17 UTC 2019 Modified Files: src/sys/arch/x86/include [netbsd-8]: bootinfo.h Log Message: Pull up following revision(s) (requested by nonaka in ticket #1282): sys/arch/x86/include/bootinfo.h: revision 1.30 PR/54147: Increase BOOTINFO_MAXSIZE to 16Kib. Some systems require a larger bootinfo size for memory descriptors. To generate a diff of this commit: cvs rdiff -u -r1.26.6.1 -r1.26.6.2 src/sys/arch/x86/include/bootinfo.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.