freebsd-dev/sys/dev/hyperv
Sepherosa Ziehau 554e6778b6 hyperv/vmbus: Reorganize vmbus device tree
For GEN1 Hyper-V, vmbus is attached to pcib0, which contains the
resources for PCI passthrough and SR-IOV.  There is no
acpi_syscontainer0 on GEN1 Hyper-V.

For GEN2 Hyper-V, vmbus is attached to acpi_syscontainer0, which
contains the resources for PCI passthrough and SR-IOV.  There is
no pcib0 on GEN2 Hyper-V.

The ACPI VMBUS device now only holds its _CRS, which is empty as
of this commit; its existence is mainly for upward compatibility.

Device tree structure is suggested by jhb@.

Tested-by:	dexuan@
Collabrated-wth:	dexuan@
MFC after:	1 week
Sponsored by:	Microsoft
Differential Revision:	https://reviews.freebsd.org/D10565
2017-05-10 05:28:14 +00:00
..
include
input hyperv/kbd: Channel read expects non-NULL channel argument. 2017-05-05 03:28:30 +00:00
netvsc hyperv/hn: Use channel0, i.e. TX ring0, for TCP SYN/SYN|ACK. 2017-04-24 07:52:27 +00:00
pcib Convert PCIe Hot Plug to using pci_request_feature 2017-02-25 06:11:59 +00:00
storvsc hyperv/storvsc: Use ULL for 64bits value shift. 2017-04-14 05:25:21 +00:00
utilities hyperv/kvp: Remove always false condition. 2017-04-14 05:29:27 +00:00
vmbus hyperv/vmbus: Reorganize vmbus device tree 2017-05-10 05:28:14 +00:00