From owner-freebsd-bugs Tue Jul 10 13:30:36 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from ns.yogotech.com (ns.yogotech.com [206.127.123.66]) by hub.freebsd.org (Postfix) with ESMTP id 09E9A37B403; Tue, 10 Jul 2001 13:30:33 -0700 (PDT) (envelope-from nate@yogotech.com) Received: from nomad.yogotech.com (nomad.yogotech.com [206.127.123.131]) by ns.yogotech.com (8.9.3/8.9.3) with ESMTP id OAA28993; Tue, 10 Jul 2001 14:30:01 -0600 (MDT) (envelope-from nate@nomad.yogotech.com) Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id OAA24394; Tue, 10 Jul 2001 14:30:00 -0600 (MDT) (envelope-from nate) From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15179.26055.681678.689779@nomad.yogotech.com> Date: Tue, 10 Jul 2001 14:29:59 -0600 (MDT) To: Cc: jarkko.hietaniemi@nokia.com, freebsd-bugs@FreeBSD.ORG Subject: Re: i386/14282: Using FreeBSD 3.* ThinkPad 600E doesn't recognize IBM's 64MB DIMMs In-Reply-To: <200107101724.f6AHOHC05693@freefall.freebsd.org> References: <200107101724.f6AHOHC05693@freefall.freebsd.org> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Synopsis: Using FreeBSD 3.* ThinkPad 600E doesn't recognize IBM's 64MB DIMMs > > State-Changed-From-To: feedback->closed > State-Changed-By: iedowse > State-Changed-When: Tue Jul 10 10:23:25 PDT 2001 > State-Changed-Why: > > Submitter says this can be closed. Thanks! FWIW (just to get it into the history of the PR), this was 'fixed' by making the VM86 support mandatory, which happened sometime in the 4.x lineage. Otherwise, the BIOS on the thinkpad does not report it's memory size in a way that the FreeBSD kernel finds acceptable. If you want to use memory above 64M in FreeBSD < 4.X, you must hard-code the amount in the config file ala; options "MAXMEM=196032" # The Thinkpad's reserve some memory Which is 192* 1024 - 16K or somesuch. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message