From owner-freebsd-current Fri Nov 15 17: 3:51 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2EAE37B401 for ; Fri, 15 Nov 2002 17:03:49 -0800 (PST) Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id E986543E77 for ; Fri, 15 Nov 2002 17:03:47 -0800 (PST) (envelope-from tlambert2@mindspring.com) Received: from pool0182.cvx22-bradley.dialup.earthlink.net ([209.179.198.182] helo=mindspring.com) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18CrN9-0005ZJ-00; Fri, 15 Nov 2002 17:03:43 -0800 Message-ID: <3DD59916.22CC2AA3@mindspring.com> Date: Fri, 15 Nov 2002 17:02:14 -0800 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Wesley Morgan Cc: freebsd-current@FreeBSD.org Subject: Re: DISABLE_PSE & DISABLE_PG_G still needed? References: <20021115190426.G33491-100000@volatile.chemikals.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Wesley Morgan wrote: > Based on this, are you recommending that the DISABLE_* still be used? Will > I never see the problem with 512mb of ram? When Matt Dillon made some of the machdep.c allocation sizes dependent on the physical RAM size, it made the problem much less predictable, based on the amount of RAM, so without sitting down and doing some math to find out exactly where each byte of memory was going, I could not tell you for a given amount of RAM and CPU. What I will tell you is that there is a stair function involved in the amount of RAM you can install, and there is a following function that looks similar, for the allocations made by machdep.c now. The problem will occur when there is a gap between the stair and the follower, e.g.: RAM available | ----. | ....+.. | | . <-- bug triggered | `-+----. | .....+.. | | . <-- bug triggered | `-+----. | .....+.. | | . <-- bug triggered V RAM used -------------------> > > Bosko understands the problem (I have explained it to him under > > non-disclosure), and he has a patch which avoids it without really > > disclosing the problem, which I'm OK with. Using the patch cranks > > So basically, there is a DEFECT in something that either Intel or AMD has > some me (you, everyone) and they will not disclose the defect, honor any > warranties, or provide fixes for the problem? No. The non-disclosure was mine. I am not an Intel/AMD employee; I discovered the defect independently. As far as I know, they are aware of the problem from Microsoft, but have no idea as to its root cause. It is likely that AMD licensed Intel designs, in order for AMD to have the same problem. You should be aware that Microsoft recommends a registry setting that disables the use of 4M pages to work around the problem on customer systems that have the problem. They don't have the PG_G problem that FreeBSD 5.x has, for the same reason that FreeBSD 4.3 didn't have it: serendipity. > How... crappy. Reminds me of the Redhat/DMCA suppressed patch. I think > consumers have a right to know about any defects in something they have > bought. Argue with your congressman; it was a U.S. law that suppressed the patch, in that case. > And I also think that the marketer should assume some liability > for selling defective hardware (even though software makers seem to be > able to get away with it). Even defects that haven't been discovered or characterized by them? Argue with the U.S. Supreme Court and the tobacco industry on that one. Degree of product liability is based on the prior knowledge of potential harm. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message