Date: Tue, 13 Jul 2004 17:57:42 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c Message-ID: <200407131757.i6DHvgmv071419@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2004-07-13 17:57:42 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi.c
Log:
Call device_identify routines after doing the namespace walk. This is
needed so that sysresource objects are created first to reserve all regions,
then other devices can allocate from them. Otherwise, acpi_timer (the only
ACPI device with an identify routine), would allocate its resources from
the nexus, causing the later sysresource reserve to fail.
Debugging by: Taku YAMAMOTO, Andrea Campi
Revision Changes Path
1.175 +6 -8 src/sys/dev/acpica/acpi.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407131757.i6DHvgmv071419>
