summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2017-10-29 20:50:03 +0000
committerIan Lepore <ian@FreeBSD.org>2017-10-29 20:50:03 +0000
commit5deb1573e8f1af37d155156331c4093a8969e0da (patch)
treec517ca07451b10c320e71fbcb78261b6140c37b2
parent47f9f0c229e04307797deedcc6c0123fd0dc5aad (diff)
downloadsrc-test2-5deb1573e8f1af37d155156331c4093a8969e0da.tar.gz
src-test2-5deb1573e8f1af37d155156331c4093a8969e0da.zip
Notes
-rw-r--r--sys/amd64/vmm/io/vhpet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/vmm/io/vhpet.c b/sys/amd64/vmm/io/vhpet.c
index 6d9b0fe0a087..b11095f72c4a 100644
--- a/sys/amd64/vmm/io/vhpet.c
+++ b/sys/amd64/vmm/io/vhpet.c
@@ -51,7 +51,7 @@ __FBSDID("$FreeBSD$");
static MALLOC_DEFINE(M_VHPET, "vhpet", "bhyve virtual hpet");
-#define HPET_FREQ 10000000 /* 10.0 Mhz */
+#define HPET_FREQ 16777216 /* 16.7 (2^24) Mhz */
#define FS_PER_S 1000000000000000ul
/* Timer N Configuration and Capabilities Register */