diff options
author | 2016-06-22 01:13:07 +0000 | |
---|---|---|
committer | 2016-06-22 01:13:07 +0000 | |
commit | 01b3ec614cf368acd45bb1607ededcfcdee6a3c4 (patch) | |
tree | e453be9e910d70aff0a22ebe6c62069d3500a9b5 /sys/dev/pv/files.pv | |
parent | Setup Hyper-V hypercall page and an IDT vector. (diff) | |
download | wireguard-openbsd-01b3ec614cf368acd45bb1607ededcfcdee6a3c4.tar.xz wireguard-openbsd-01b3ec614cf368acd45bb1607ededcfcdee6a3c4.zip |
Main Hyper-V nexus driver, work in progress.
ok mlarkin, deraadt
Diffstat (limited to 'sys/dev/pv/files.pv')
-rw-r--r-- | sys/dev/pv/files.pv | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pv/files.pv b/sys/dev/pv/files.pv index d2a144eddda..8f8785c2ba2 100644 --- a/sys/dev/pv/files.pv +++ b/sys/dev/pv/files.pv @@ -1,4 +1,4 @@ -# $OpenBSD: files.pv,v 1.5 2016/01/07 11:13:19 mikeb Exp $ +# $OpenBSD: files.pv,v 1.6 2016/06/22 01:13:07 mikeb Exp $ # # Config file and device description for paravirtual devices. # Included by ports that need it. @@ -22,3 +22,8 @@ file dev/pv/xenstore.c xen device xnf: ether, ifnet, ifmedia attach xnf at xen file dev/pv/if_xnf.c xnf + +# Hyper-V +device hyperv {} +attach hyperv at pvbus +file dev/pv/hyperv.c hyperv needs-flag |