Home | History | Annotate | Line # | Download | only in hyperv
files.hyperv revision 1.1
      1  1.1  nonaka #	$NetBSD: files.hyperv,v 1.1 2019/02/15 08:54:01 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.1  nonaka device	hvn: ether, ifnet, arp
      8  1.1  nonaka attach	hvn at hypervvmbus
      9  1.1  nonaka file	dev/hyperv/if_hvn.c		hvn
     10  1.1  nonaka 
     11  1.1  nonaka device	hvs: scsi
     12  1.1  nonaka attach	hvs at hypervvmbus
     13  1.1  nonaka file	dev/hyperv/hvs.c		hvs
     14  1.1  nonaka 
     15  1.1  nonaka device	hvheartbeat
     16  1.1  nonaka attach	hvheartbeat at hypervvmbus
     17  1.1  nonaka file	dev/hyperv/hvheartbeat.c	hvheartbeat
     18  1.1  nonaka 
     19  1.1  nonaka device	hvkvp
     20  1.1  nonaka attach	hvkvp at hypervvmbus
     21  1.1  nonaka file	dev/hyperv/hvkvp.c		hvkvp
     22  1.1  nonaka 
     23  1.1  nonaka device	hvshutdown: sysmon_power, sysmon_taskq
     24  1.1  nonaka attach	hvshutdown at hypervvmbus
     25  1.1  nonaka file	dev/hyperv/hvshutdown.c		hvshutdown
     26  1.1  nonaka 
     27  1.1  nonaka device	hvtimesync
     28  1.1  nonaka attach	hvtimesync at hypervvmbus
     29  1.1  nonaka file	dev/hyperv/hvtimesync.c		hvtimesync
     30  1.1  nonaka 
     31  1.1  nonaka file	dev/hyperv/vmbusic.c		hvheartbeat | hvkvp | hvshutdown |
     32  1.1  nonaka 					hvtimesync
     33  1.1  nonaka 
     34  1.1  nonaka file	dev/hyperv/hyperv_common.c	hyperv | vmbus
     35