diff options
| author | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-10-28 07:48:17 +0000 |
|---|---|---|
| committer | Sepherosa Ziehau <sephe@FreeBSD.org> | 2016-10-28 07:48:17 +0000 |
| commit | 68468712a76687af02803b52641122d4b2c79b2a (patch) | |
| tree | 408ad104cb0fa04a90125bc3c28532c4c4f76f03 /sys/modules/hyperv | |
| parent | e61005fedc45e5f75d00473f072506f563e6d3d0 (diff) | |
hyperv/hn: Rename cleaned up NVS source file.
MFC after: 1 week
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D8354
Notes
svn path=/head/; revision=308012
Diffstat (limited to 'sys/modules/hyperv')
| -rw-r--r-- | sys/modules/hyperv/netvsc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/hyperv/netvsc/Makefile b/sys/modules/hyperv/netvsc/Makefile index f28a59c8affe..ab8082096e66 100644 --- a/sys/modules/hyperv/netvsc/Makefile +++ b/sys/modules/hyperv/netvsc/Makefile @@ -4,7 +4,7 @@ ${.CURDIR}/../../../dev/hyperv/vmbus KMOD= hv_netvsc -SRCS= hv_net_vsc.c \ +SRCS= hn_nvs.c \ hv_netvsc_drv_freebsd.c \ hv_rndis_filter.c SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h vmbus_if.h |
