Date: Mon, 03 Sep 2001 16:20:57 -0700 From: Mike Smith <msmith@freebsd.org> To: "David W. Chapman Jr." <dwcjr@inethouston.net> Cc: current@freebsd.org, msmith@mass.dis.org Subject: Re: ACPI errors Message-ID: <200109032320.f83NKvn02123@mass.dis.org> In-Reply-To: Message from "David W. Chapman Jr." <dwcjr@inethouston.net> of "Sun, 02 Sep 2001 11:46:46 CDT." <20010902114646.A30260@leviathan.inethouston.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> I'm getting this with the recent ACPI code, should I worry about it? > > acpi_cpu0: <CPU> on acpi0 > acpi_cpu: CLK_VAL field overflows P_CNT register > acpi_cpu: CLK_VAL field overlaps THT_EN bit You shouldn't worry about it, no. I need to get my hands on some more details so that I can understand what's going on here though. The problem is that the bits specified to control the CPU clock run/pause ratio overlap other bits in the register that are already defined (and spill outside the register itself). Either I have an arithmetic error, or your BIOS is "broken" and we need to deal with it. Until we're fixed, this just means that you can't throttle your CPU; it shouldn't have any effect on system behaviour. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109032320.f83NKvn02123>