Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2002 19:23:02 +0100
From:      David Malone <dwmalone@maths.tcd.ie>
To:        David Bushong <david@bushong.net>
Cc:        Santos <casd@myrealbox.com>, stable@FreeBSD.ORG
Subject:   Re: Problem Report kern/28418, problems with X in AMD mobos
Message-ID:  <20020909182302.GA85593@walton.maths.tcd.ie>
In-Reply-To: <20020909173914.GA43080@bushong.net>
References:  <3D7CD8C0.3090507@myrealbox.com> <20020909173914.GA43080@bushong.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020909182302.GA85593>