svn commit: r212251 - head/sys/dev/acpi_support

John Baldwin jhb at freebsd.org
Mon Sep 6 15:49:06 UTC 2010


On Monday 06 September 2010 03:34:32 am Andriy Gapon wrote:
> Author: avg
> Date: Mon Sep  6 07:34:32 2010
> New Revision: 212251
> URL: http://svn.freebsd.org/changeset/base/212251
> 
> Log:
>   acpi_hp: fix bus attachment code
> 
>   - add identify method to create driver's own device_t
>   - successfully probe only driver's own device_t instead of any device_t
>   - (ab)use device order to hopefully be probed/attached after acpi_wmi

Perhaps this should be a child of acpi_wmi0 instead?  That would fix the 
ordering issue as well as remove the need to avoid "real" ACPI devices in the 
attach routine.

-- 
John Baldwin


More information about the svn-src-head mailing list