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