opnsense-src/sys/dev/virtio/network
Jessica Clarke 633218ee46 virtio: Reduce boilerplate for device driver module definitions
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.

Reviewed by:	bryanv
Differential Revision:	https://reviews.freebsd.org/D28073
2021-01-21 01:07:23 +00:00
..
if_vtnet.c virtio: Reduce boilerplate for device driver module definitions 2021-01-21 01:07:23 +00:00
if_vtnetvar.h if_vtnet: Add counter for received host LRO 2021-01-19 04:55:26 +00:00
virtio_net.h if_vtnet: Add initial modern (V1) support 2021-01-19 04:55:24 +00:00