Date: Tue, 9 Oct 2007 07:48:08 +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 acpi_hpet.c acpivar.h Message-ID: <200710090748.l997m82R044064@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2007-10-09 07:48:08 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_hpet.c acpivar.h Log: Fix the HPET table probe routine to run from device_identify() instead of directly from acpi0. Before it would attach prior to the sysresource devices, causing the later allocation of its memory range to fail and print a warning like "acpi0: reservation of fed00000, 1000 (3) failed". Use an explicit define for our probe order base value of 10. Help from: jhb Tested by: Abdullah Ibn Hamad Al-Marri <almarrie / gmail.com> MFC after: 3 days Approved by: re Revision Changes Path 1.243 +4 -4 src/sys/dev/acpica/acpi.c 1.12 +8 -5 src/sys/dev/acpica/acpi_hpet.c 1.108 +8 -2 src/sys/dev/acpica/acpivar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710090748.l997m82R044064>