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)
Dec 9 2024, 12:15 PM
Unknown Object (File)
Dec 9 2024, 11:53 AM
Unknown Object (File)
Dec 4 2024, 2:25 AM
Unknown Object (File)
Nov 12 2024, 8:35 PM
Unknown Object (File)
Oct 20 2024, 9:41 PM
Unknown Object (File)
Oct 20 2024, 9:41 PM
Unknown Object (File)
Oct 20 2024, 9:41 PM
Unknown Object (File)
Oct 20 2024, 9:09 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