diff options
author | sephe <sephe@FreeBSD.org> | 2017-05-17 01:48:44 +0000 |
---|---|---|
committer | sephe <sephe@FreeBSD.org> | 2017-05-17 01:48:44 +0000 |
commit | 53eda0a5c93b875f1ecdaa975670376deca1d71b (patch) | |
tree | dffbbf1318bf96ec41f29938242dd7ffe13f1410 /sys/conf/files.i386 | |
parent | 0b9fe27ab783a8348864ac75a6ca9377d2545186 (diff) | |
download | FreeBSD-src-53eda0a5c93b875f1ecdaa975670376deca1d71b.zip FreeBSD-src-53eda0a5c93b875f1ecdaa975670376deca1d71b.tar.gz |
MFC 318136
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@
Sponsored by: Microsoft
Differential Revision: https://reviews.freebsd.org/D10565
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r-- | sys/conf/files.i386 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 58ad5fd..ca871ab 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -267,6 +267,7 @@ dev/hyperv/vmbus/vmbus_br.c optional hyperv dev/hyperv/vmbus/vmbus_chan.c optional hyperv dev/hyperv/vmbus/vmbus_et.c optional hyperv dev/hyperv/vmbus/vmbus_if.m optional hyperv +dev/hyperv/vmbus/vmbus_res.c optional hyperv dev/hyperv/vmbus/vmbus_xact.c optional hyperv dev/hyperv/vmbus/i386/hyperv_machdep.c optional hyperv dev/hyperv/vmbus/i386/vmbus_vector.S optional hyperv |