Re: [HEADSUP] ACPI-CA 20070126 import

[ Available lists | Index of freebsd-acpi | Month of Mar 2007 | Week of 19 Mar 2007 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Nate Lawson <nate@root.org>
Date
19 Mar 2007 22:14:51
Subject
Re: [HEADSUP] ACPI-CA 20070126 import
Message-ID
45FED68E.50901@root.org


[ Hide this part ]
Jung-uk Kim wrote:
> On Monday 19 March 2007 10:58 am, Patrick Tracanelli wrote:
>> Is it 3.0(a) revision?
>
> ACPI-CA should support ACPI 3.0b spec. but we (FreeBSD) do not use
> much of the features.

One misconception a lot of people have is that acpi is like a piece of
hardware that has a driver. So they think the driver should support
version 3.0b or whatever.

acpi is more like an API to your BIOS/hardware that many other drivers
use. We "support" version 3.0b in that if drivers want to use it, that
information is available. But the actual support in terms of enabling
features still requires a lot more work.

For example, hotplug cpus. Nothing needs to be done in acpi to support
them. But FreeBSD needs a driver for hotplug cpus, architecture changes
to help migrate threads off a cpu before shutting it down, etc.

--
Nate


Elapsed time: 0.120 seconds