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)
Sun, Mar 22, 6:12 PM
Unknown Object (File)
Fri, Mar 20, 9:01 AM
Unknown Object (File)
Fri, Mar 20, 3:28 AM
Unknown Object (File)
Fri, Mar 13, 6:00 AM
Unknown Object (File)
Fri, Mar 13, 6:00 AM
Unknown Object (File)
Fri, Feb 27, 8:21 PM
Unknown Object (File)
Fri, Feb 27, 2:49 AM
Unknown Object (File)
Feb 8 2026, 10:21 PM
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