xref: /openbsd/sys/dev/pv/files.pv (revision fc61954a)
1#	$OpenBSD: files.pv,v 1.8 2016/10/11 11:46:49 mikeb Exp $
2#
3# Config file and device description for paravirtual devices.
4# Included by ports that need it.
5
6define	pvbus {}
7device	pvbus
8attach	pvbus at mainbus
9file	dev/pv/pvbus.c			pvbus	needs-flag
10
11# VMware Tools
12device	vmt
13attach	vmt at pvbus
14file	dev/pv/vmt.c			vmt	needs-flag
15
16# Xen
17device	xen {}
18attach	xen at pvbus
19file	dev/pv/xen.c			xen	needs-flag
20file	dev/pv/xenstore.c		xen
21
22device	xnf: ether, ifnet, ifmedia
23attach	xnf at xen
24file	dev/pv/if_xnf.c			xnf
25
26# Hyper-V
27device	hyperv {}
28attach	hyperv at pvbus
29file	dev/pv/hyperv.c			hyperv	needs-flag
30file	dev/pv/hypervic.c		hyperv
31
32device	hvn: ether, ifnet, ifmedia
33attach	hvn at hyperv
34file	dev/pv/if_hvn.c			hvn
35