mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 16:47:30 -04:00
Allow virtio_mmio to attach to ofwbus. Qemu places these here on at least
the AArch64 virtual platform with the Linaro UEFI. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
8763c089ab
commit
82ba170c6e
1 changed files with 1 additions and 0 deletions
|
|
@ -202,6 +202,7 @@ static driver_t vtmmio_driver = {
|
|||
devclass_t vtmmio_devclass;
|
||||
|
||||
DRIVER_MODULE(virtio_mmio, simplebus, vtmmio_driver, vtmmio_devclass, 0, 0);
|
||||
DRIVER_MODULE(virtio_mmio, ofwbus, vtmmio_driver, vtmmio_devclass, 0, 0);
|
||||
MODULE_VERSION(virtio_mmio, 1);
|
||||
MODULE_DEPEND(virtio_mmio, simplebus, 1, 1, 1);
|
||||
MODULE_DEPEND(virtio_mmio, virtio, 1, 1, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue