From owner-cvs-all Tue Feb 29 0:48:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E37CC37BABC; Tue, 29 Feb 2000 00:48:11 -0800 (PST) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA37179; Tue, 29 Feb 2000 00:48:11 -0800 (PST) (envelope-from dfr@FreeBSD.org) Message-Id: <200002290848.AAA37179@freefall.freebsd.org> From: Doug Rabson Date: Tue, 29 Feb 2000 00:48:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c pmap.c src/sys/alpha/include param.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 2000/02/29 00:48:11 PST Modified files: sys/alpha/alpha machdep.c pmap.c sys/alpha/include param.h Log: * Fix the memory probing code so that it sees all memory clusters, not just the first one. * Don't reserve extra memory for the prom console unless the platform actually uses it. * Fix some historical confusion and a minor bug in the message buffer initialisation. Submitted by: gallatin for the prom console part Approved by: jkh Revision Changes Path 1.68 +40 -42 src/sys/alpha/alpha/machdep.c 1.35 +5 -9 src/sys/alpha/alpha/pmap.c 1.17 +1 -5 src/sys/alpha/include/param.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message