1 1.2 nonaka # $NetBSD: files.hyperv,v 1.2 2019/05/24 14:28:48 nonaka Exp $ 2 1.1 nonaka 3 1.1 nonaka define hypervvmbus {} 4 1.1 nonaka device vmbus: hypervvmbus 5 1.1 nonaka file dev/hyperv/vmbus.c vmbus needs-flag 6 1.1 nonaka 7 1.2 nonaka attach genfb at hypervvmbus with genfb_vmbus : splash 8 1.2 nonaka file dev/hyperv/genfb_vmbus.c genfb_vmbus 9 1.2 nonaka 10 1.2 nonaka device hvkbd: wskbddev 11 1.2 nonaka attach hvkbd at hypervvmbus 12 1.2 nonaka file dev/hyperv/hvkbd.c hvkbd needs-flag 13 1.2 nonaka 14 1.1 nonaka device hvn: ether, ifnet, arp 15 1.1 nonaka attach hvn at hypervvmbus 16 1.1 nonaka file dev/hyperv/if_hvn.c hvn 17 1.1 nonaka 18 1.1 nonaka device hvs: scsi 19 1.1 nonaka attach hvs at hypervvmbus 20 1.1 nonaka file dev/hyperv/hvs.c hvs 21 1.1 nonaka 22 1.1 nonaka device hvheartbeat 23 1.1 nonaka attach hvheartbeat at hypervvmbus 24 1.1 nonaka file dev/hyperv/hvheartbeat.c hvheartbeat 25 1.1 nonaka 26 1.1 nonaka device hvkvp 27 1.1 nonaka attach hvkvp at hypervvmbus 28 1.1 nonaka file dev/hyperv/hvkvp.c hvkvp 29 1.1 nonaka 30 1.1 nonaka device hvshutdown: sysmon_power, sysmon_taskq 31 1.1 nonaka attach hvshutdown at hypervvmbus 32 1.1 nonaka file dev/hyperv/hvshutdown.c hvshutdown 33 1.1 nonaka 34 1.1 nonaka device hvtimesync 35 1.1 nonaka attach hvtimesync at hypervvmbus 36 1.1 nonaka file dev/hyperv/hvtimesync.c hvtimesync 37 1.1 nonaka 38 1.1 nonaka file dev/hyperv/vmbusic.c hvheartbeat | hvkvp | hvshutdown | 39 1.1 nonaka hvtimesync 40 1.1 nonaka 41 1.1 nonaka file dev/hyperv/hyperv_common.c hyperv | vmbus 42