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
device
takawata2007-05-15 08:41:05 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi.c acpi_hpet.c acpivar.h
Log:
Add ACPI HPET table support.
Reviewed by:njl
Revision ChangesPath
1.237 +1 -0 src/sys/dev/acpica/acpi.c
1.7 +39 -2 s