summaryrefslogtreecommitdiffstats
path: root/sys/modules/hyperv
diff options
context:
space:
mode:
authorsephe <sephe@FreeBSD.org>2016-10-17 03:42:11 +0000
committersephe <sephe@FreeBSD.org>2016-10-17 03:42:11 +0000
commitd64ccac3634c24766c2feab6e8c2b0b1ef9061b0 (patch)
treea04f8d8c3d4317c91b44dce40417f5afed10ed3d /sys/modules/hyperv
parent2ae235e70fb28f0ff78d5430b04c8036ee445c30 (diff)
downloadFreeBSD-src-d64ccac3634c24766c2feab6e8c2b0b1ef9061b0.zip
FreeBSD-src-d64ccac3634c24766c2feab6e8c2b0b1ef9061b0.tar.gz
MFC 303379
hyperv/vmbus: Rename cleaned up bufring code Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7318
Diffstat (limited to 'sys/modules/hyperv')
-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 ab3f9e7..fe1e7fc 100644
--- a/sys/modules/hyperv/vmbus/Makefile
+++ b/sys/modules/hyperv/vmbus/Makefile
@@ -4,11 +4,11 @@
${.CURDIR}/../../../dev/hyperv/vmbus/${MACHINE_CPUARCH}
KMOD= hv_vmbus
-SRCS= hv_ring_buffer.c \
- hyperv.c \
+SRCS= hyperv.c \
hyperv_busdma.c \
hyperv_machdep.c \
vmbus.c \
+ vmbus_br.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