diff options
author | sephe <sephe@FreeBSD.org> | 2016-10-11 07:00:43 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2016-10-11 07:00:43 +0000 |
commit | 1863f98be56ab345dd563e2ed8468947585cd5f5 (patch) | |
tree | 3b5cb1887a9fcdaa5609b3d28c917f660192ffa7 /sys/modules | |
parent | 39161398cc3b27ca0ba6d26a75ddbb3dd3f06ae6 (diff) | |
download | FreeBSD-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/Makefile | 1 |
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 \ |