Received: by mail.netbsd.org (Postfix, from userid 605) id 99A4014A37C; Fri, 6 Nov 2015 00:49:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6E2E14A374 for ; Fri, 6 Nov 2015 00:49:15 +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 lebygROoLyYK for ; Fri, 6 Nov 2015 00:49:15 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 1AD2914A34C for ; Fri, 6 Nov 2015 00:49:15 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0739398; Fri, 6 Nov 2015 00:49:15 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 6 Nov 2015 00:49:15 +0000 From: "Jeff Rizzo" Subject: CVS commit: [netbsd-7] src/sys/arch/amiga/include To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20151106004915.0739398@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: "Jeff Rizzo" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: riz Date: Fri Nov 6 00:49:14 UTC 2015 Modified Files: src/sys/arch/amiga/include [netbsd-7]: vmparam.h Log Message: Pull up following revision(s) (requested by phx in ticket #986): sys/arch/amiga/include/vmparam.h: revision 1.44 Use all the changes from http://ftp.netbsd.org/pub/NetBSD/misc/mlelstv/vmparam.diff after a discussion on port-m68k. I tested them on several Amiga models and they seem to work fine. This gives us the maximum virtual memory space for a process under the current 512MB pmap limitation. Also bump VM_KERNEL_PT_PAGES to allow up to 2 GB RAM. To generate a diff of this commit: cvs rdiff -u -r1.42.30.1 -r1.42.30.2 src/sys/arch/amiga/include/vmparam.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.