aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorSepherosa Ziehau <sephe@FreeBSD.org>2016-10-31 01:36:28 +0000
committerSepherosa Ziehau <sephe@FreeBSD.org>2016-10-31 01:36:28 +0000
commite6ed06f9041d01c58d2feafcdeaa5a7fd91a81fd (patch)
treeecfac54cfe2e1f90d48284e702ed27153a676115 /sys
parentdc88573ff1e6670d828a1412cde16941579a2f7c (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.amd642
-rw-r--r--sys/conf/files.i3862
-rw-r--r--sys/dev/hyperv/netvsc/hn_rndis.c (renamed from sys/dev/hyperv/netvsc/hv_rndis_filter.c)0
-rw-r--r--sys/modules/hyperv/netvsc/Makefile4
4 files changed, 3 insertions, 5 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 40d185037f95d..5b699a08120ad 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -292,8 +292,8 @@ dev/hwpmc/hwpmc_piv.c optional hwpmc
dev/hwpmc/hwpmc_tsc.c optional hwpmc
dev/hwpmc/hwpmc_x86.c optional hwpmc
dev/hyperv/netvsc/hn_nvs.c optional hyperv
+dev/hyperv/netvsc/hn_rndis.c optional hyperv
dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c optional hyperv
-dev/hyperv/netvsc/hv_rndis_filter.c optional hyperv
dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c optional hyperv
dev/hyperv/utilities/hv_heartbeat.c optional hyperv
dev/hyperv/utilities/hv_kvp.c optional hyperv
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index ba9622dc6b58c..42962548a36a8 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -249,8 +249,8 @@ dev/hwpmc/hwpmc_ppro.c optional hwpmc
dev/hwpmc/hwpmc_tsc.c optional hwpmc
dev/hwpmc/hwpmc_x86.c optional hwpmc
dev/hyperv/netvsc/hn_nvs.c optional hyperv
+dev/hyperv/netvsc/hn_rndis.c optional hyperv
dev/hyperv/netvsc/hv_netvsc_drv_freebsd.c optional hyperv
-dev/hyperv/netvsc/hv_rndis_filter.c optional hyperv
dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c optional hyperv
dev/hyperv/utilities/hv_heartbeat.c optional hyperv
dev/hyperv/utilities/hv_kvp.c optional hyperv
diff --git a/sys/dev/hyperv/netvsc/hv_rndis_filter.c b/sys/dev/hyperv/netvsc/hn_rndis.c
index 08314a25e2905..08314a25e2905 100644
--- a/sys/dev/hyperv/netvsc/hv_rndis_filter.c
+++ b/sys/dev/hyperv/netvsc/hn_rndis.c
diff --git a/sys/modules/hyperv/netvsc/Makefile b/sys/modules/hyperv/netvsc/Makefile
index ab8082096e665..b27ea406c9cc6 100644
--- a/sys/modules/hyperv/netvsc/Makefile
+++ b/sys/modules/hyperv/netvsc/Makefile
@@ -4,9 +4,7 @@
${.CURDIR}/../../../dev/hyperv/vmbus
KMOD= hv_netvsc
-SRCS= hn_nvs.c \
- hv_netvsc_drv_freebsd.c \
- hv_rndis_filter.c
+SRCS= hn_nvs.c hn_rndis.c hv_netvsc_drv_freebsd.c
SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h vmbus_if.h
CFLAGS+= -I${.CURDIR}/../../../dev/hyperv/netvsc