summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-10-11 07:00:43 +0000
committersephe <sephe@FreeBSD.org>2016-10-11 07:00:43 +0000
commit1863f98be56ab345dd563e2ed8468947585cd5f5 (patch)
tree3b5cb1887a9fcdaa5609b3d28c917f660192ffa7 /sys/modules
parent39161398cc3b27ca0ba6d26a75ddbb3dd3f06ae6 (diff)
downloadFreeBSD-src-1863f98be56ab345dd563e2ed8468947585cd5f5.zip
FreeBSD-src-1863f98be56ab345dd563e2ed8468947585cd5f5.tar.gz
MFC 302636-302638,302692
302636 hyperv/vmbus: Move channel map to vmbus_softc Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D6982 302637 hyperv/vmbus: Remove needed bits Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7002 302638 hyperv/vmbus: Destroy channel list lock upon attach failure and detach. Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7003 302692 hyperv/vmbus: Merge hv_connection.c into hv_channel.c Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7004
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/hyperv/vmbus/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile
index 89b0e74..c817cec 100644
--- a/sys/modules/hyperv/vmbus/Makefile
+++ b/sys/modules/hyperv/vmbus/Makefile
@@ -6,7 +6,6 @@
KMOD= hv_vmbus
SRCS= hv_channel.c \
hv_channel_mgmt.c \
- hv_connection.c \
hv_ring_buffer.c \
hyperv.c \
hyperv_busdma.c \
OpenPOWER on IntegriCloud