freebsd-dev/sys/dev/virtio/scsi
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
..
virtio_scsi.c virtio: Reduce boilerplate for device driver module definitions 2021-01-21 01:07:23 +00:00
virtio_scsi.h virtio_scsi: Add modern (V1) support 2021-01-19 04:55:24 +00:00
virtio_scsivar.h virtio_scsi: use max target ID plus one as the initiator ID 2020-01-23 10:13:56 +00:00