summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-10-12 02:55:24 +0000
committersephe <sephe@FreeBSD.org>2016-10-12 02:55:24 +0000
commita6681f6f36d4427fb3c3e511a9a43c977d17662d (patch)
tree834251a0823019ffa2f09fb7a8d9f8ec26b7b4e8 /sys/modules
parent6462f00576db2ce74827bf0b26b6eedf0ee6a853 (diff)
downloadFreeBSD-src-a6681f6f36d4427fb3c3e511a9a43c977d17662d.zip
FreeBSD-src-a6681f6f36d4427fb3c3e511a9a43c977d17662d.tar.gz
MFC 303023
hyperv/vmbus: Rename laundered vmbus channel code Sponsored by: Microsoft OSTC Differential Revision: https://reviews.freebsd.org/D7232
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/hyperv/vmbus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/hyperv/vmbus/Makefile b/sys/modules/hyperv/vmbus/Makefile
index df83d0a..b152b4d 100644
--- a/sys/modules/hyperv/vmbus/Makefile
+++ b/sys/modules/hyperv/vmbus/Makefile
@@ -4,12 +4,12 @@
${.CURDIR}/../../../dev/hyperv/vmbus/${MACHINE_CPUARCH}
KMOD= hv_vmbus
-SRCS= hv_channel.c \
- hv_ring_buffer.c \
+SRCS= hv_ring_buffer.c \
hyperv.c \
hyperv_busdma.c \
hyperv_machdep.c \
vmbus.c \
+ vmbus_chan.c \
vmbus_et.c
SRCS+= acpi_if.h bus_if.h device_if.h opt_acpi.h vmbus_if.h
OpenPOWER on IntegriCloud