1# $NetBSD: files.hyperv,v 1.1 2019/02/15 08:54:01 nonaka Exp $ 2 3define hypervvmbus {} 4device vmbus: hypervvmbus 5file dev/hyperv/vmbus.c vmbus needs-flag 6 7device hvn: ether, ifnet, arp 8attach hvn at hypervvmbus 9file dev/hyperv/if_hvn.c hvn 10 11device hvs: scsi 12attach hvs at hypervvmbus 13file dev/hyperv/hvs.c hvs 14 15device hvheartbeat 16attach hvheartbeat at hypervvmbus 17file dev/hyperv/hvheartbeat.c hvheartbeat 18 19device hvkvp 20attach hvkvp at hypervvmbus 21file dev/hyperv/hvkvp.c hvkvp 22 23device hvshutdown: sysmon_power, sysmon_taskq 24attach hvshutdown at hypervvmbus 25file dev/hyperv/hvshutdown.c hvshutdown 26 27device hvtimesync 28attach hvtimesync at hypervvmbus 29file dev/hyperv/hvtimesync.c hvtimesync 30 31file dev/hyperv/vmbusic.c hvheartbeat | hvkvp | hvshutdown | 32 hvtimesync 33 34file dev/hyperv/hyperv_common.c hyperv | vmbus 35