Subject: Re: CVS commit: src/sys/dev/acpi
To: Jared D. McNeill <jmcneill@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 12/28/2002 11:53:19
On Sat, Dec 28, 2002 at 08:20:16AM +0200, Jared D. McNeill wrote:
> Module Name: src
> Committed By: jmcneill
> Date: Sat Dec 28 06:20:16 UTC 2002
>
> Modified Files:
> src/sys/dev/acpi: files.acpi
> Added Files:
> src/sys/dev/acpi: com_acpi.c wss_acpi.c
>
> Log Message:
> Add 'com at acpi' and 'wss at acpi' glue. These are both working great on
> my ThinkPad 600E.
>
> XXX isa_dmainit isn't called early enough for the 'audio at wss' attachment
> XXX to work, so I'm deferring the call to 'wssattach' until later on. This
> XXX should be fixed soon.
This was precicely the wrong thing to do.
Instead, we should be building list of "known-present" devices in both
the pnpbios and acpi code and passing that list to the "isa" instance so
it can perform direct-configuration of those devices.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>