diff options
author | 2016-07-13 21:59:35 +0000 | |
---|---|---|
committer | 2016-07-13 21:59:35 +0000 | |
commit | e0adee910531a62ec15b1a2382c7d65ba7240f4e (patch) | |
tree | 1349f2124ae24dea4e8aab5e55f831237ca66a12 /sys/dev/pv/files.pv | |
parent | When matching a day in the month, make sure that the date is still (diff) | |
download | wireguard-openbsd-e0adee910531a62ec15b1a2382c7d65ba7240f4e.tar.xz wireguard-openbsd-e0adee910531a62ec15b1a2382c7d65ba7240f4e.zip |
A work-in-progress driver for the Hyper-V NetVSC
Network VSC is an RNDIS device using NVSP protocol to communicate
with the Hyper-V VMBus via VMBus channels and/or shared memory. The
code was ported from FreeBSD with some API changes and simplifications.
While the Rx path is nearly complete, packet transmition is not
implemented yet.
ok deraadt, mlarkin
Diffstat (limited to 'sys/dev/pv/files.pv')
-rw-r--r-- | sys/dev/pv/files.pv | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pv/files.pv b/sys/dev/pv/files.pv index 8f8785c2ba2..c49d39dea20 100644 --- a/sys/dev/pv/files.pv +++ b/sys/dev/pv/files.pv @@ -1,4 +1,4 @@ -# $OpenBSD: files.pv,v 1.6 2016/06/22 01:13:07 mikeb Exp $ +# $OpenBSD: files.pv,v 1.7 2016/07/13 21:59:35 mikeb Exp $ # # Config file and device description for paravirtual devices. # Included by ports that need it. @@ -27,3 +27,7 @@ file dev/pv/if_xnf.c xnf device hyperv {} attach hyperv at pvbus file dev/pv/hyperv.c hyperv needs-flag + +device hvn: ether, ifnet, ifmedia +attach hvn at hyperv +file dev/pv/if_hvn.c hvn |