summaryrefslogtreecommitdiff
path: root/sys/dev/pv/files.pv
blob: 422737de60580cd965bac5c25c08e86abfa7697f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
#	$OpenBSD: files.pv,v 1.15 2018/11/23 12:37:40 reyk Exp $
#
# Config file and device description for paravirtual devices.
# Included by ports that need it.

define	pvbus {}
device	pvbus
attach	pvbus at mainbus
file	dev/pv/pvbus.c			pvbus	needs-flag

# KVM clock
device	pvclock
attach	pvclock at pvbus
file	dev/pv/pvclock.c		pvclock	needs-flag

# VMware Tools
device	vmt
attach	vmt at pvbus
file	dev/pv/vmt.c			vmt	needs-flag

# Xen
device	xen {}
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

# Hyper-V StorVSC
device	hvs: scsi
attach	hvs at hyperv
file	dev/pv/hvs.c			hvs

# VirtIO
file	dev/pv/virtio.c			virtio

device	vio: ether, ifnet, ifmedia
attach	vio at virtio
file	dev/pv/if_vio.c			vio

device	vioblk: scsi
attach	vioblk at virtio
file	dev/pv/vioblk.c			vioblk

device	viocon
attach	viocon at virtio
file	dev/pv/viocon.c			viocon		needs-flag

device	viomb
attach	viomb at virtio
file	dev/pv/viomb.c			viomb

device	viornd
attach	viornd at virtio
file	dev/pv/viornd.c			viornd

device	vioscsi: scsi
attach	vioscsi at virtio
file	dev/pv/vioscsi.c		vioscsi

device	vmmci
attach	vmmci at virtio
file	dev/pv/vmmci.c			vmmci