Home | History | Annotate | Line # | Download | only in hyperv
      1  1.3  nonaka #	$NetBSD: files.hyperv,v 1.3 2022/05/20 13:55:17 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.3  nonaka defparam opt_if_hvn.h	HVN_UDP_CKSUM_FIXUP_MTU_DEFAULT
     18  1.3  nonaka 			HVN_CHANNEL_MAX_COUNT_DEFAULT
     19  1.3  nonaka 			HVN_CHANNEL_COUNT_DEFAULT
     20  1.3  nonaka 			HVN_TX_RING_COUNT_DEFAULT
     21  1.3  nonaka 			HVN_LINK_STATE_CHANGE_DELAY
     22  1.1  nonaka 
     23  1.1  nonaka device	hvs: scsi
     24  1.1  nonaka attach	hvs at hypervvmbus
     25  1.1  nonaka file	dev/hyperv/hvs.c		hvs
     26  1.1  nonaka 
     27  1.1  nonaka device	hvheartbeat
     28  1.1  nonaka attach	hvheartbeat at hypervvmbus
     29  1.1  nonaka file	dev/hyperv/hvheartbeat.c	hvheartbeat
     30  1.1  nonaka 
     31  1.1  nonaka device	hvkvp
     32  1.1  nonaka attach	hvkvp at hypervvmbus
     33  1.1  nonaka file	dev/hyperv/hvkvp.c		hvkvp
     34  1.1  nonaka 
     35  1.1  nonaka device	hvshutdown: sysmon_power, sysmon_taskq
     36  1.1  nonaka attach	hvshutdown at hypervvmbus
     37  1.1  nonaka file	dev/hyperv/hvshutdown.c		hvshutdown
     38  1.1  nonaka 
     39  1.1  nonaka device	hvtimesync
     40  1.1  nonaka attach	hvtimesync at hypervvmbus
     41  1.1  nonaka file	dev/hyperv/hvtimesync.c		hvtimesync
     42  1.1  nonaka 
     43  1.1  nonaka file	dev/hyperv/vmbusic.c		hvheartbeat | hvkvp | hvshutdown |
     44  1.1  nonaka 					hvtimesync
     45  1.1  nonaka 
     46  1.1  nonaka file	dev/hyperv/hyperv_common.c	hyperv | vmbus
     47