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)
Thu, Apr 16, 4:50 AM
Unknown Object (File)
Tue, Apr 14, 6:29 PM
Unknown Object (File)
Sun, Apr 12, 11:12 PM
Unknown Object (File)
Thu, Apr 9, 2:36 PM
Unknown Object (File)
Thu, Apr 9, 8:38 AM
Unknown Object (File)
Tue, Apr 7, 1:55 PM
Unknown Object (File)
Tue, Apr 7, 4:21 AM
Unknown Object (File)
Mon, Apr 6, 4:10 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