From owner-freebsd-stable Mon Sep 9 11:23:17 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 073D637B400 for ; Mon, 9 Sep 2002 11:23:14 -0700 (PDT) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id B7F0D43E3B for ; Mon, 9 Sep 2002 11:23:12 -0700 (PDT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 9 Sep 2002 19:23:11 +0100 (BST) Date: Mon, 9 Sep 2002 19:23:02 +0100 From: David Malone To: David Bushong Cc: Santos , stable@FreeBSD.ORG Subject: Re: Problem Report kern/28418, problems with X in AMD mobos Message-ID: <20020909182302.GA85593@walton.maths.tcd.ie> References: <3D7CD8C0.3090507@myrealbox.com> <20020909173914.GA43080@bushong.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020909173914.GA43080@bushong.net> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Sep 09, 2002 at 10:39:15AM -0700, David Bushong wrote: > I have the same problem (same motherboard), but only when I have apm enabled > in the kernel. I have a good idea what this problem is (espically if it is APM related). I was working on some patches for it at the weekend, but haven't finished them yet. Can you add have a look at the PR: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28418 there is a patch for /usr/src/sys/i386/i386/i686_mem.c which replaces 3 lines saying "wrmsr(msr, msrv);" with: if (omsrv != msrv) printf("MSR %x, old=%llx new=%llx\n", msr, omsrv, msrv); if you could apply this patch, recompile and install the kernel and then send me what gets printed on the console when you start X that would help. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message