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)
Fri, Apr 12, 8:56 AM
Unknown Object (File)
Thu, Apr 11, 7:20 PM
Unknown Object (File)
Thu, Apr 11, 7:20 PM
Unknown Object (File)
Thu, Apr 11, 5:42 PM
Unknown Object (File)
Dec 22 2023, 11:07 PM
Unknown Object (File)
Dec 20 2023, 9:23 PM
Unknown Object (File)
Oct 24 2023, 10:14 PM
Unknown Object (File)
Oct 20 2023, 11:46 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