diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-06-14 10:25:41 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2017-06-14 10:25:41 +0000 |
commit | 82df6f403bf60eb09bf3828cbf471dbfe6c8ca48 (patch) | |
tree | b14a4c01b0e0d50faba17cd889a5b785d663d354 /sys/dev/pv/files.pv | |
parent | 49572481410fbf9d8c0a0a92a47e880206a2b735 (diff) |
Hookup hvs(4)
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 178d8d1d28d..1587d0daeb1 100644 --- a/sys/dev/pv/files.pv +++ b/sys/dev/pv/files.pv @@ -1,4 +1,4 @@ -# $OpenBSD: files.pv,v 1.12 2017/01/22 20:08:10 reyk Exp $ +# $OpenBSD: files.pv,v 1.13 2017/06/14 10:25:40 mikeb Exp $ # # Config file and device description for paravirtual devices. # Included by ports that need it. @@ -40,6 +40,11 @@ device hvn: ether, ifnet, ifmedia attach hvn at hyperv file dev/pv/if_hvn.c hvn +# Hyper-V StorVSC +device hvs: scsi +attach hvs at hyperv +file dev/pv/hvs.c hvs + # VirtIO file dev/pv/virtio.c virtio |