Page MenuHomeFreeBSD

virtio: Reduce boilerplate for device driver module definitions
ClosedPublic

Authored by jrtc27 on Jan 9 2021, 10:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jul 21, 1:19 AM
Unknown Object (File)
Tue, Jul 21, 1:12 AM
Unknown Object (File)
Sat, Jul 4, 3:47 PM
Unknown Object (File)
Thu, Jul 2, 11:17 PM
Unknown Object (File)
Thu, Jul 2, 11:17 PM
Unknown Object (File)
Jun 4 2026, 4:16 PM
Unknown Object (File)
Jun 2 2026, 10:36 PM
Unknown Object (File)
May 16 2026, 12:19 AM
Subscribers

Details

Summary

Rather than have every device register itself for both virtio_pci and
virtio_mmio, provide a VIRTIO_DRIVER_MODULE wrapper to declare both,
merge VIRTIO_SIMPLE_PNPTABLE with VIRTIO_SIMPLE_PNPINFO and make the
latter register for both buses. This also has the benefit of abstracting
away the available transports and their names.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36070
Build 32959: arc lint + arc unit