summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-10-14 05:05:23 +0000
committersephe <sephe@FreeBSD.org>2016-10-14 05:05:23 +0000
commit4cd782e87895d68f7e1fa43a61845536f8b9782a (patch)
treea35e4a9f0d357a312fd1dd46949a19f526ab0159 /sys/modules
parentb453e5fd78dadd02b66bee2d31f0a98bc80c0015 (diff)
downloadFreeBSD-src-4cd782e87895d68f7e1fa43a61845536f8b9782a.zip
FreeBSD-src-4cd782e87895d68f7e1fa43a61845536f8b9782a.tar.gz
MFC 306484,306485
306484 hyperv/vmbus: Add missing vmbus_if.c to module build. Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8067 306485 hyperv/hn: Add stubs for OFFLOAD_CURRENT_CONFIG and NETWORK_CHANGE status Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8068
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 ac313c8..462557c 100644
--- a/sys/modules/hyperv/vmbus/Makefile
+++ b/sys/modules/hyperv/vmbus/Makefile
@@ -11,6 +11,7 @@ SRCS= hyperv.c \
vmbus_br.c \
vmbus_chan.c \
vmbus_et.c \
+ vmbus_if.c \
vmbus_xact.c
SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h vmbus_if.h
OpenPOWER on IntegriCloud