[haiku-development] Re: enabling ACPI
- From: "Stefano Ceccherini" <stefano.ceccherini@xxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Mon, 29 Sep 2008 15:59:06 +0200
2008/9/29 Francesco Piccinno <stack.box@xxxxxxxxx>:
> 2008/9/29 Stefano Ceccherini <stefano.ceccherini@xxxxxxxxx>:
>> 2008/9/28 Francesco Piccinno <stack.box@xxxxxxxxx>:
>>> I want to test the new acpi_thermal and I'm using something like that
>>>
>>> BEOS_ADD_ONS_DRIVERS_ACPI = $(X86_ONLY)acpi_button $(X86_ONLY)acpi_thermal ;
>>>
>>> in HaikuImage file, but at boot I get error messages like Search for
>>> drivers/power/acpi_thermal/driver_v1 failed and something about the
>>> api_version not setted.
>>>
>>> Is this procedure correct?
I found the problem:
acpi_thermal uses the new driver architecture, so you have to use a
different rule to add it to the image:
AddNewDriversToHaikuImage power : acpi_thermal ;
instead of
AddDriversToHaikuImage power : acpi_thermal ;
- References:
- [haiku-development] enabling ACPI
- From: Francesco Piccinno
- [haiku-development] Re: enabling ACPI
- From: Stefano Ceccherini
- [haiku-development] Re: enabling ACPI
- From: Francesco Piccinno
Other related posts:
- » [haiku-development] enabling ACPI
- » [haiku-development] Re: enabling ACPI
- » [haiku-development] Re: enabling ACPI
- » [haiku-development] Re: enabling ACPI
- [haiku-development] enabling ACPI
- From: Francesco Piccinno
- [haiku-development] Re: enabling ACPI
- From: Stefano Ceccherini
- [haiku-development] Re: enabling ACPI
- From: Francesco Piccinno