summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-01-14 03:05:10 +0000
committersephe <sephe@FreeBSD.org>2016-01-14 03:05:10 +0000
commit8d45cbc0b64c600ed23a3d5f2e846340c47ae4b6 (patch)
tree7618a224a3f0d38d2f02136b24214871d2b75616 /sys/modules
parentc7686c9eeb671bf1cd730a1fbe00eee070fc9df3 (diff)
downloadFreeBSD-src-8d45cbc0b64c600ed23a3d5f2e846340c47ae4b6.zip
FreeBSD-src-8d45cbc0b64c600ed23a3d5f2e846340c47ae4b6.tar.gz
hyperv: implement an event timer
Submitted by: Howard Su <howard0su@gmail.com> Reviewed by: delphij, royger, adrian Approved by: adrian (mentor) Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D4676
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/hyperv/vmbus/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile
index 11228cd..7d623c3 100644
--- a/sys/modules/hyperv/vmbus/Makefile
+++ b/sys/modules/hyperv/vmbus/Makefile
@@ -7,6 +7,7 @@ KMOD= hv_vmbus
SRCS= hv_channel.c \
hv_channel_mgmt.c \
hv_connection.c \
+ hv_et.c \
hv_hv.c \
hv_ring_buffer.c \
hv_vmbus_drv_freebsd.c \
OpenPOWER on IntegriCloud