summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2016-12-07 15:30:05 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2016-12-07 15:30:05 +0000
commita08ae6f1ece71b6c85d2b6c321e9d17d575a179f (patch)
tree020d4f3feace3490c21ebfee380fd4ede47d2587 /sys
parent643f716b53fab5b606980ed502f559747707234f (diff)
Add xbf(4)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pv/files.pv9
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