diff options
author | 2016-10-11 11:46:49 +0000 | |
---|---|---|
committer | 2016-10-11 11:46:49 +0000 | |
commit | fa68c148d1d1392ed3d0610d307f77935f9e50dd (patch) | |
tree | ba4d4fc4e07a41943d1e8ed4e07f7cb5f2a2ec55 /sys/dev/pv/files.pv | |
parent | Strengthen Ethernet packet length checks on input; ok dlg (diff) | |
download | wireguard-openbsd-fa68c148d1d1392ed3d0610d307f77935f9e50dd.tar.xz wireguard-openbsd-fa68c148d1d1392ed3d0610d307f77935f9e50dd.zip |
Move Hyper-V integration components into a separate source file
Input & OK reyk.
Diffstat (limited to 'sys/dev/pv/files.pv')
-rw-r--r-- | sys/dev/pv/files.pv | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pv/files.pv b/sys/dev/pv/files.pv index c49d39dea20..ebb63548c7d 100644 --- a/sys/dev/pv/files.pv +++ b/sys/dev/pv/files.pv @@ -1,4 +1,4 @@ -# $OpenBSD: files.pv,v 1.7 2016/07/13 21:59:35 mikeb Exp $ +# $OpenBSD: files.pv,v 1.8 2016/10/11 11:46:49 mikeb Exp $ # # Config file and device description for paravirtual devices. # Included by ports that need it. @@ -27,6 +27,7 @@ file dev/pv/if_xnf.c xnf device hyperv {} attach hyperv at pvbus file dev/pv/hyperv.c hyperv needs-flag +file dev/pv/hypervic.c hyperv device hvn: ether, ifnet, ifmedia attach hvn at hyperv |