Re: acpi_thorttle and cpufreq/ichss questions

2005-10-17 Thread Srikanth, Throvagunta
Harry,
ACPI throttling is closely system-dependent. FreeBSD does its best at
arriving at the right values. I recommend you should look into sources
for complete answers. By the way, you have forgot to mention the
version [like 6.0] of FreeBSD you are actually running on your laptop.
That will be useful information to give for an answer.
--Srikanth

--
Date:   Wed, 28 Sep 2005 14:49:32 +0200
From:   Emanuel Strobl <[EMAIL PROTECTED]>
To:   freebsd-questions@freebsd.org
Subject:   acpi_thorttle and cpufreq/ichss questions

Hello,

my laptop (PIII LV) runs fine with cpufreq and ichss:

dev.ichss.0.%desc: SpeedStep ICH
dev.ichss.0.%driver: ichss
dev.ichss.0.%parent: cpu0
dev.ichss.0.freq_settings: 794/-1 497/-1


If I understand the output correctly i have two SpeedSteps, the full 800MHz==20
(with higher voltage) and 500MHz.

But now I also have acpi_throttle (if I don't disable it=20
in /boot/loader.conf):

dev.acpi_throttle.0.%desc: ACPI CPU Throttling
dev.acpi_throttle.0.%driver: acpi_throttle
dev.acpi_throttle.0.%parent: cpu0
dev.acpi_throttle.0.freq_settings: 1/-1 8750/-1 7500/-1 6250/-1 5000/-1==20
3750/-1 2500/-1 1250/-1

What do these values tell me? I think that are divisors, but how can I see==20
which one is used? I remember that some time back I saw at boot time some=20
information about "throttle has xx steps, currently using 100%" or=20
something like that.
Can I constrain the divisors, lets say I want to have only 1, 7500 and==20
5000? (I know I can limit the lowest frequency cpufreq may use with=20
"debug.cpufreq.lowest=3D310" but then I don't know if it throttles the=20
800MHz mode (thus using high core voltage) or if it throttles the power=20
saving 500MHz mode)

And what does this tell me:

hw.acpi.cpu.cx_supported: C1/0 C2/10 C3/85
hw.acpi.cpu.cx_lowest: C1
hw.acpi.cpu.cx_usage: 100.00% 0.00% 0.00%

Thanks in advance,

=2DHarry
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: How to diagnose crashes?

2005-09-29 Thread Srikanth, Throvagunta
Chris,

The 5.3 have this problem. I think it has something to do with ACPI.
Either go back to the 5.2 or pick the latest. You say the system
reboots itself from time to time. Is it a panic you see before the
reboot?

There must be an option to turn on somewhere asking them to write to
disk the contents of the physical memory. You can, then, run gdb on
the dumped core. I think I have seen someone do that on NetBSD.

Srikanth
--
>From [EMAIL PROTECTED]  Tue Jul  5 16:52:08 2005
Return-Path: <[EMAIL PROTECTED]>
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 59EEA16A41C
for ;
Tue,  5 Jul 2005 16:52:08 + (GMT)
(envelope-from [EMAIL PROTECTED])
Received: from mx.muttart.org (mx.muttart.org [66.18.201.230])
by mx1.FreeBSD.org (Postfix) with ESMTP id 2681843D46
for ;
Tue,  5 Jul 2005 16:52:07 + (GMT)
(envelope-from [EMAIL PROTECTED])
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0
Date: Tue, 5 Jul 2005 10:52:06 -0600
Message-ID: <[EMAIL PROTECTED]>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: How to diagnose crashes?
Thread-Index: AcWBfSbLBTVjYpQrS9ycve26kNNCCAABHXeA
From: "Chris Burchell" <[EMAIL PROTECTED]>
To: 
Subject: How to diagnose crashes?
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: Tue, 05 Jul 2005 16:52:08 -

My FreeBSD 5.3-RELEASE box seems to be spontaneously restarting from
time to time.

I have not yet contacted the colo facility to determine if it's a power
issue, but wonder if anyone can help me out in how to diagnose whether
or not it's a server crash and not a power problem.

Where should I look for tips / hints that might help me determine the
cause of a crash that forced a reboot?

Thanks,
Chris
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"