diff options
-rw-r--r-- | sys/dev/pv/files.pv | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/pv/files.pv b/sys/dev/pv/files.pv index ebb63548c7d..22be3a16928 100644 --- a/sys/dev/pv/files.pv +++ b/sys/dev/pv/files.pv @@ -1,4 +1,4 @@ -# $OpenBSD: files.pv,v 1.8 2016/10/11 11:46:49 mikeb Exp $ +# $OpenBSD: files.pv,v 1.9 2016/12/07 15:30:04 mikeb Exp $ # # Config file and device description for paravirtual devices. # Included by ports that need it. @@ -19,16 +19,23 @@ attach xen at pvbus file dev/pv/xen.c xen needs-flag file dev/pv/xenstore.c xen +# Xen Netfront device xnf: ether, ifnet, ifmedia attach xnf at xen file dev/pv/if_xnf.c xnf +# Xen Blkfront +device xbf: scsi +attach xbf at xen +file dev/pv/xbf.c xbf + # Hyper-V device hyperv {} attach hyperv at pvbus file dev/pv/hyperv.c hyperv needs-flag file dev/pv/hypervic.c hyperv +# Hyper-V NetVSC device hvn: ether, ifnet, ifmedia attach hvn at hyperv file dev/pv/if_hvn.c hvn |