Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 01 Nov 2010 18:54:49 +0200
From:      Andriy Gapon <avg@icyb.net.ua>
To:        jt@xoasis.de
Cc:        freebsd-acpi@freebsd.org
Subject:   Re: est CPU support
Message-ID:  <4CCEF0D9.10703@icyb.net.ua>
In-Reply-To: <4CCEED91.6030205@icyb.net.ua>
References:  <201011011052.11084.jt@xoasis.de> <201011011325.36879.jt@xoasis.de> <4CCEB229.9030907@icyb.net.ua> <201011011341.46906.jt@xoasis.de> <4CCEBCE0.2040308@icyb.net.ua> <4CCEED91.6030205@icyb.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
on 01/11/2010 18:40 Andriy Gapon said the following:
> on 01/11/2010 15:13 Andriy Gapon said the following:
>> on 01/11/2010 14:41 Joerg Traeger said the following:
>>> You can read the output here:  http://xoasis.de/DG45FC_E5200_acpidump.txt
>>
>> Your BIOS doesn't provide _PSS method for processor objects, so est won't work in
>> general ACPI mode.
> 
> Hmm, it seems that I missed code in your DSDT for dynamically loading SSDT.

It seems that your BIOS makes it a condition that OS supports the following
feature: ACPI_CAP_C1_IO_HALT.

FreeBSD doesn't really support it, but you can try adding it to 'features'
variable in acpi_cpu_attach() in function in sys/dev/acpica/acpi_cpu.c; look for
the following line:
sc->cpu_features = ACPI_CAP_SMP_SAME | ACPI_CAP_SMP_SAME_C3;

I don't think that should break anything for you, but may improve a thing or two.
I'd interested in seeing acpidump -d -t produced after the patching.

Thank you.
-- 
Andriy Gapon



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