]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[PowerPC] Add virtio to GENERIC
authorBrandon Bergren <bdragon@FreeBSD.org>
Fri, 19 Jun 2020 18:43:13 +0000 (18:43 +0000)
committerBrandon Bergren <bdragon@FreeBSD.org>
Fri, 19 Jun 2020 18:43:13 +0000 (18:43 +0000)
commitfb0543afa82448433a69509d434dfb7fb6746f86
treed590780e17886b31fe0326163f49763ab265a7eb
parent8415f755f1d25c350d9570172d2ed0470e8a35a2
[PowerPC] Add virtio to GENERIC

Due to kldxref not being able to generate hints for nonnative platforms,
any cross built VM images do not have /boot/kernel/linker.hints.

This prevents the virtio modules from being loaded, as the fallback code
will always fail the version check when the hints are missing.

Since we want to be able to generate VM images for 32 bit powerpc, add the
virtio modules to GENERIC like we do on powerpc64.

Reviewed by: jhibbits
Sponsored by: Tag1 Consulting, Inc.
Differential Revision: https://reviews.freebsd.org/D25271
sys/powerpc/conf/GENERIC