summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-02-19 02:03:14 +0000
committersephe <sephe@FreeBSD.org>2016-02-19 02:03:14 +0000
commit427bb5d10fd29ef038c6a4f6df3160e9c77f1b24 (patch)
tree9dc5d5a4a2fc61ccf8579a3b76d30b2b1b3a99cd /sys/modules
parentbdaba1774dae36cadfb71e549a51d42677155f62 (diff)
downloadFreeBSD-src-427bb5d10fd29ef038c6a4f6df3160e9c77f1b24.zip
FreeBSD-src-427bb5d10fd29ef038c6a4f6df3160e9c77f1b24.tar.gz
MFC [Hyper-V]: r293719-r293722, r293869-r293871, r293873-r293875, r293877
r293719 hyperv/hn: Implement LRO r293720 hyperv/hn: Implement SIOC[SG]IFMEDIA support r293721 hyperv/hn: Avoid mbuf cluster allocation, if the packet is small. r293722 hyperv/hn: Removed unused netvsc_init() r293869 hyperv/hn: Unbreak LINT-NOIP r293870 hyperv: use x86 generic code to do the hypervisor detection r293871 hyperv: remove unused vmbus definitions r293873 hyperv: implement an event timer r293874 hyperv: add interrupt counters r293875 hyperv: set receive buffer size according to NVSP protocol version r293877 Unbreak `make depend` with sys/modules/hyperv/vmbus after r293870 Approved by: re (glebius), adrian (mentor) Sponsored by: Microsoft OSTC
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/hyperv/vmbus/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile
index 11228cd..637157b 100644
--- a/sys/modules/hyperv/vmbus/Makefile
+++ b/sys/modules/hyperv/vmbus/Makefile
@@ -7,11 +7,12 @@ 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 \
hv_vmbus_priv.h
-SRCS+= bus_if.h device_if.h
+SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/include \
-I${.CURDIR}/../../../dev/hyperv/vmbus \
OpenPOWER on IntegriCloud