summaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/files.hyperv
blob: 385b52dcb3f1abaa979e80277a7c287ddf212120 (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
#	$NetBSD: files.hyperv,v 1.2 2019/05/24 14:28:48 nonaka Exp $

define	hypervvmbus {}
device	vmbus: hypervvmbus
file	dev/hyperv/vmbus.c		vmbus needs-flag

attach	genfb at hypervvmbus with genfb_vmbus : splash
file	dev/hyperv/genfb_vmbus.c	genfb_vmbus

device	hvkbd: wskbddev
attach	hvkbd at hypervvmbus
file	dev/hyperv/hvkbd.c		hvkbd needs-flag

device	hvn: ether, ifnet, arp
attach	hvn at hypervvmbus
file	dev/hyperv/if_hvn.c		hvn

device	hvs: scsi
attach	hvs at hypervvmbus
file	dev/hyperv/hvs.c		hvs

device	hvheartbeat
attach	hvheartbeat at hypervvmbus
file	dev/hyperv/hvheartbeat.c	hvheartbeat

device	hvkvp
attach	hvkvp at hypervvmbus
file	dev/hyperv/hvkvp.c		hvkvp

device	hvshutdown: sysmon_power, sysmon_taskq
attach	hvshutdown at hypervvmbus
file	dev/hyperv/hvshutdown.c		hvshutdown

device	hvtimesync
attach	hvtimesync at hypervvmbus
file	dev/hyperv/hvtimesync.c		hvtimesync

file	dev/hyperv/vmbusic.c		hvheartbeat | hvkvp | hvshutdown |
					hvtimesync

file	dev/hyperv/hyperv_common.c	hyperv | vmbus