Reinsert the bus space handle and tag, they are needed for the timer test.

This commit is contained in:
njl 2004-07-22 05:42:14 +00:00
parent 6cc8d1d266
commit 1fc2c4388a

View File

@ -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