aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNate Lawson <njl@FreeBSD.org>2004-07-22 05:42:14 +0000
committerNate Lawson <njl@FreeBSD.org>2004-07-22 05:42:14 +0000
commit14827d7eaea26efe75292b41d14f5c934ebfe3a4 (patch)
treedba7e0b46da606065205f92a0772207c628be4e8 /sys
parentbe1841b4ae5b25d36b74e9d2a6194fe8c3e218c5 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/acpica/acpi_timer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi_timer.c b/sys/dev/acpica/acpi_timer.c
index 5856019ca914c..abae0c360e25c 100644
--- a/sys/dev/acpica/acpi_timer.c
+++ b/sys/dev/acpica/acpi_timer.c
@@ -157,6 +157,8 @@ acpi_timer_probe(device_t dev)
(u_long)AcpiGbl_FADT->XPmTmrBlk.Address);
return (ENXIO);
}
+ acpi_timer_bsh = rman_get_bushandle(acpi_timer_reg);
+ acpi_timer_bst = rman_get_bustag(acpi_timer_reg);
if (AcpiGbl_FADT->TmrValExt != 0)
acpi_timer_timecounter.tc_counter_mask = 0xffffffff;
else