diff options
author | 2017-01-22 20:08:10 +0000 | |
---|---|---|
committer | 2017-01-22 20:08:10 +0000 | |
commit | 944b4725d2239e2780b2d085a8ec9aa5d4a97cbc (patch) | |
tree | a985f8acce12627036d65e833adc21f3af1ce90e /sys/dev/pv/files.pv | |
parent | Accept the OSC 52 escape sequence inside tmux to add a new buffer, from (diff) | |
download | wireguard-openbsd-944b4725d2239e2780b2d085a8ec9aa5d4a97cbc.tar.xz wireguard-openbsd-944b4725d2239e2780b2d085a8ec9aa5d4a97cbc.zip |
define virtio in conf/files
This unbreaks build on archs that are non-pv but PCI because I moved
virtio out of files.pci but kept a virtio dependency for the
virtio_pci driver.
Issue report and fix suggested by visa@ and miod@
Diffstat (limited to 'sys/dev/pv/files.pv')
-rw-r--r-- | sys/dev/pv/files.pv | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pv/files.pv b/sys/dev/pv/files.pv index 6d9c0ae2395..178d8d1d28d 100644 --- a/sys/dev/pv/files.pv +++ b/sys/dev/pv/files.pv @@ -1,4 +1,4 @@ -# $OpenBSD: files.pv,v 1.11 2017/01/21 11:33:01 reyk Exp $ +# $OpenBSD: files.pv,v 1.12 2017/01/22 20:08:10 reyk Exp $ # # Config file and device description for paravirtual devices. # Included by ports that need it. @@ -41,7 +41,6 @@ attach hvn at hyperv file dev/pv/if_hvn.c hvn # VirtIO -device virtio {} file dev/pv/virtio.c virtio device vio |