Subject: Re: ACPI Error (psparse-0626)
To: None <tech-kern@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: tech-kern
Date: 10/04/2007 17:25:48
On Thu, Oct 04, 2007 at 07:08:25AM -0700, C. K. wrote:
> I'm getting ACPI error while booting. It boots successfully, but messages
> are annoying.

This are harmless notes that we don't support some of the ACPI devices
(yet).

> Oct  4 07:16:39 localhost /netbsd: CPU0 (ACPI Object Type 'Processor'
> [0x0c]) at acpi0 not configured
> Oct  4 07:16:39 localhost /netbsd: CPU1 (ACPI Object Type 'Processor'
> [0x0c]) at acpi0 not configured

This would allow higher sleep states to be used to save power/heat.

> Oct  4 07:16:39 localhost /netbsd: WMID (PNP0C14) at acpi0 not configured

This is something we don't know for sure yet.

> Oct  4 07:16:39 localhost /netbsd: PCI0 (PNP0A08) [PCI Express/PCI-X Mode-2
> Host Bridge] at acpi0 not configured

This is likely just a mismatched device. Will be interesting to trace
down at a different time.

> Oct  4 07:16:39 localhost /netbsd: PDRC (PNP0C02) [Plug and Play motherboard
> register resources] at acpi0 not configured

Noise, I think.

> Oct  4 07:16:39 localhost /netbsd: LNKA (PNP0C0F) [PCI interrupt link
> device] at acpi0 not configured
> Oct  4 07:16:39 localhost /netbsd: LNKB (PNP0C0F) [PCI interrupt link
> device] at acpi0 not configured
> Oct  4 07:16:39 localhost /netbsd: LNKC (PNP0C0F) [PCI interrupt link
> device] at acpi0 not configured
> Oct  4 07:16:39 localhost /netbsd: LNKD (PNP0C0F) [PCI interrupt link
> device] at acpi0 not configured
> Oct  4 07:16:39 localhost /netbsd: LNKE (PNP0C0F) [PCI interrupt link
> device] at acpi0 not configured
> Oct  4 07:16:39 localhost /netbsd: LNKG (PNP0C0F) [PCI interrupt link
> device] at acpi0 not configured
> Oct  4 07:16:39 localhost /netbsd: LNKH (PNP0C0F) [PCI interrupt link
> device] at acpi0 not configured

This will be ignored in the future or at least attached somewhat more
intelligent.

Joerg