From owner-freebsd-questions@FreeBSD.ORG Sat Oct 1 18:26:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63CAB16A41F for ; Sat, 1 Oct 2005 18:26:03 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: from smtp105.rog.mail.re2.yahoo.com (smtp105.rog.mail.re2.yahoo.com [206.190.36.83]) by mx1.FreeBSD.org (Postfix) with SMTP id 8500B43D48 for ; Sat, 1 Oct 2005 18:26:02 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: (qmail 99736 invoked from network); 1 Oct 2005 18:26:01 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:From:To:Subject:Date:X-Mailer:X-MimeOLE:thread-index:In-Reply-To; b=rtcRVtbLz39Pwu6lwyr9WJd0WrsaKFuMCXOA0LaYEN3OJAoh8dJFlrQY1fltJ8D/o0+5X9CZRZ8gcxjeD6mnwUgFp8ar+NeWIkW4OLJ7THFJ8zPrwDJHG+ymJHrK+0nMvdtvSjDyfv4A1qEVofeLdGMZ6YyTfswxzak1As6xGII= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@70.27.160.99 with login) by smtp105.rog.mail.re2.yahoo.com with SMTP; 1 Oct 2005 18:26:01 -0000 From: "Tamouh H." To: Date: Sat, 1 Oct 2005 14:28:17 -0400 X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 thread-index: AcXF4nXT6en6cm+FToi9tmHQHAXVggA0zEZg In-Reply-To: <35c231bf0509301014k3d54fa24u4effc3273e0a1262@mail.gmail.com> Message-Id: <20051001182602.8500B43D48@mx1.FreeBSD.org> Subject: RE: Weird Real memory reported with 5.4 PAE support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2005 18:26:03 -0000 Thanks David, this appears to have resolved the matter. Will wait and see if any panics occur under heavy load. This should really put this in the errata for 5.4-Release Tamouh > We've seen similar stuff with Supermicro servers. > PCI/PCI-X/PCI-E (or something like that) uses memory > addresses in the upper end of the 4GB barrier. The BIOS > remaps any real memory above that. The more PCI slots you > have the more is reserved, and the higher the BIOS has to > remap it. (Someone can correct me if I'm wrong here, I may be > oversimplifying). > > The panics you are seeing are a known bug in FreeBSD > 5.4-RELEASE. The bug is fixed in 5-STABLE: > > http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/i386/pmap.c > .diff?r1=1.494.2.9&r2=1.494.2.10&f=h > > For an unknown reason, the patch has not been commited to the > 5.4-RELEASE-p* branches, or 5.4-STABLE. If you don't want to > move all the way to 5-STABLE you can just make the above > changes manually (it's just 2 lines) and rebuild, and it'll work fine.