artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae168b
)
Hookup hvs(4)
author
mikeb
<mikeb@openbsd.org>
Wed, 14 Jun 2017 10:25:40 +0000
(10:25 +0000)
committer
mikeb
<mikeb@openbsd.org>
Wed, 14 Jun 2017 10:25:40 +0000
(10:25 +0000)
sys/dev/pv/files.pv
patch
|
blob
|
history
diff --git
a/sys/dev/pv/files.pv
b/sys/dev/pv/files.pv
index
178d8d1
..
1587d0d
100644
(file)
--- a/
sys/dev/pv/files.pv
+++ b/
sys/dev/pv/files.pv
@@
-1,4
+1,4
@@
-# $OpenBSD: files.pv,v 1.1
2 2017/01/22 20:08:10 reyk
Exp $
+# $OpenBSD: files.pv,v 1.1
3 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