diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2014-12-29 11:02:18 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2014-12-29 11:02:18 +0000 |
| commit | 82ba170c6ea540f942fadeabce205f7b61bcd7d7 (patch) | |
| tree | ee8223bd3a1a850745f29d9f243f39dab2e7cdf3 /sys/dev | |
| parent | 8763c089ab0dae864a1a30cd4d8b0d5ee993c3f8 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/virtio/mmio/virtio_mmio.c | 1 |
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); |
