Received: by mail.netbsd.org (Postfix, from userid 605) id C09B484F28; Mon, 19 Mar 2018 15:43:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0EEEB84CEF for ; Mon, 19 Mar 2018 15:43:47 +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 8l0QEZ_UsCrY for ; Mon, 19 Mar 2018 15:43:45 +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 9C2F584F0D for ; Mon, 19 Mar 2018 15:43:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6707DFB40; Mon, 19 Mar 2018 15:43:45 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 19 Mar 2018 15:43:45 +0000 From: "Anders Magnusson" Subject: CVS commit: src/sys/arch/vax/boot/boot To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180319154345.6707DFB40@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: "Anders Magnusson" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: ragge Date: Mon Mar 19 15:43:45 UTC 2018 Modified Files: src/sys/arch/vax/boot/boot: devopen.c hp.c if_de.c ra.c vaxstand.h Log Message: Use a common routine ubmap() that setup the map registers as needed, not expecting everything to be below 4M. This solves the problem that large kernels cannot be loaded reported on port-vax. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/vax/boot/boot/devopen.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/vax/boot/boot/hp.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/vax/boot/boot/if_de.c \ src/sys/arch/vax/boot/boot/vaxstand.h cvs rdiff -u -r1.20 -r1.21 src/sys/arch/vax/boot/boot/ra.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.