aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hyperv
diff options
context:
space:
mode:
authorSepherosa Ziehau <sephe@FreeBSD.org>2016-12-01 03:27:16 +0000
committerSepherosa Ziehau <sephe@FreeBSD.org>2016-12-01 03:27:16 +0000
commit85e4ae1e13f54066f031aba3ae71e252dc410c21 (patch)
tree9f66c64c7e6b81cbc8e3fe28c96ceeff9710ec56 /sys/modules/hyperv
parent71462f56520b31953924bec34d9b7b1711ad620b (diff)
hyperv/hn: Add HN_DEBUG kernel option.
If bufring is used for per-TX ring descs, don't update "available" counter, which is only used to help debugging. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D8674
Notes
svn path=/head/; revision=309346
Diffstat (limited to 'sys/modules/hyperv')
-rw-r--r--sys/modules/hyperv/netvsc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/hyperv/netvsc/Makefile b/sys/modules/hyperv/netvsc/Makefile
index 1d572cb6fef1..ca5f97a5d7ac 100644
--- a/sys/modules/hyperv/netvsc/Makefile
+++ b/sys/modules/hyperv/netvsc/Makefile
@@ -5,7 +5,7 @@
KMOD= hv_netvsc
SRCS= hn_nvs.c hn_rndis.c if_hn.c
-SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h vmbus_if.h
+SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h vmbus_if.h opt_hn.h
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc