Re: ACPI C-States diff

2009-06-10 Thread danielcavanagh
> Sending out an initial attempt at implementing C-states for APCI CPUs. > The C-states are used to implement the CPU idle loop per CPU. > > Please send dmesgs of booting using this patch. it reboots my macbook pro as soon as it hits the acpi stuff. the below dmesg is from a completely current ker

Re: ACPI C-States diff

2009-06-09 Thread Gabriel Kihlman
jor...@peereboom.us writes: > Sending out an initial attempt at implementing C-states for APCI CPUs. > The C-states are used to implement the CPU idle loop per CPU. > > Please send dmesgs of booting using this patch. Panics on a thinkpad t400 amd64 SMP I see this part of the boot log on my displ

Re: ACPI C-States diff

2009-06-09 Thread LEVAI Daniel
On Sunday 07 June 2009 21.48.24 you wrote: > Sending out an initial attempt at implementing C-states for APCI CPUs. > The C-states are used to implement the CPU idle loop per CPU. Crash with i386 SMP. Screenshots are here: http://leva.ecentrum.hu/acpi_crash/ Daniel -- LIVAI Daniel PGP key ID =

Re: ACPI C-States diff

2009-06-09 Thread LEVAI Daniel
On Tuesday 09 June 2009 14.46.01 you wrote: > Can we get some tests on this? > I will upload the trace and crash today. Daniel -- LIVAI Daniel PGP key ID = 0x4AC0A4B1 Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1

Re: ACPI C-States diff

2009-06-09 Thread Marco Peereboom
Can we get some tests on this? On Sun, Jun 07, 2009 at 02:48:24PM -0500, jor...@peereboom.us wrote: > Sending out an initial attempt at implementing C-states for APCI CPUs. > The C-states are used to implement the CPU idle loop per CPU. > > Please send dmesgs of booting using this patch. > > Ind

Re: ACPI C-States diff

2009-06-08 Thread Jonathan Armani
The patch makes my dell d430 reboot at boot (just after acpi stuff). jor...@peereboom.us a icrit : Sending out an initial attempt at implementing C-states for APCI CPUs. The C-states are used to implement the CPU idle loop per CPU. Please send dmesgs of booting using this patch. Index: acpicpu

Re: ACPI C-States diff

2009-06-08 Thread LEVAI Daniel
On Sunday 07 June 2009 21.48.24 you wrote: > Sending out an initial attempt at implementing C-states for APCI CPUs. > The C-states are used to implement the CPU idle loop per CPU. > > Please send dmesgs of booting using this patch. I can not boot bsd.mp with this patch with a ThinkPad T60; kernel c

ACPI C-States diff

2009-06-07 Thread jordan
Sending out an initial attempt at implementing C-states for APCI CPUs. The C-states are used to implement the CPU idle loop per CPU. Please send dmesgs of booting using this patch. Index: acpicpu.c === RCS file: /cvs/src/sys/dev/acpi