From: mikeb Date: Wed, 14 Jun 2017 10:25:40 +0000 (+0000) Subject: Hookup hvs(4) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7f9668fd0043d9234033dd46afff299e324ac60b;p=openbsd Hookup hvs(4) --- 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