summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2006-08-11 17:12:16 +0000
committerdes <des@FreeBSD.org>2006-08-11 17:12:16 +0000
commitda625f1262df6b0c32c4238431dd13abc0dbbc12 (patch)
treee74b01318989fa9b85de542d42d43fa73570c517 /sys/dev/acpica
parentfb2ee0939714f521f2fc39af715edfff27073086 (diff)
downloadFreeBSD-src-da625f1262df6b0c32c4238431dd13abc0dbbc12.zip
FreeBSD-src-da625f1262df6b0c32c4238431dd13abc0dbbc12.tar.gz
Raise the quality of the HPET timer to 2000 so it will be the preferred
choice on systems which support it. No objection by: phk
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_hpet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpica/acpi_hpet.c b/sys/dev/acpica/acpi_hpet.c
index 6d9b41f..8bfcffc 100644
--- a/sys/dev/acpica/acpi_hpet.c
+++ b/sys/dev/acpica/acpi_hpet.c
@@ -66,7 +66,7 @@ struct timecounter hpet_timecounter = {
.tc_get_timecount = hpet_get_timecount,
.tc_counter_mask = ~0u,
.tc_name = "HPET",
- .tc_quality = -200,
+ .tc_quality = 2000,
};
static u_int
OpenPOWER on IntegriCloud