aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2014-12-29 11:02:18 +0000
committerAndrew Turner <andrew@FreeBSD.org>2014-12-29 11:02:18 +0000
commit82ba170c6ea540f942fadeabce205f7b61bcd7d7 (patch)
treeee8223bd3a1a850745f29d9f243f39dab2e7cdf3 /sys/dev
parent8763c089ab0dae864a1a30cd4d8b0d5ee993c3f8 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/virtio/mmio/virtio_mmio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/virtio/mmio/virtio_mmio.c b/sys/dev/virtio/mmio/virtio_mmio.c
index c41eafc9c0e13..519af206083eb 100644
--- a/sys/dev/virtio/mmio/virtio_mmio.c
+++ b/sys/dev/virtio/mmio/virtio_mmio.c
@@ -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);