opnsense-src/sys/dev/virtio
Andrew Turner fd9f67e689 virtio_p9fs: Support attaching to pci and mmio
Some implementations of the virtio 9p transport are implemented on
virtio_mmio, e.g. the Arm FVP. Use the correct macro so the driver
attaches when this is the case.

Reviewed by:	markj
Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D49600
2025-04-08 11:48:27 +01:00
..
balloon sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
block vtblk: Invoke busdma completion callbacks when polling 2024-07-04 10:15:33 -04:00
console virtio(4): Fix two typos in KASSERT messages 2024-06-16 18:02:46 +02:00
gpu Deprecate contigfree(9) in favour of free(9) 2024-07-26 10:45:01 +00:00
mmio Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
network tcp: extend the use of the th_flags accessor function 2024-11-29 09:48:23 +01:00
p9fs virtio_p9fs: Support attaching to pci and mmio 2025-04-08 11:48:27 +01:00
pci Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
random sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
scmi vtscmi: Add a virtio-scmi driver 2024-04-11 09:58:56 +00:00
scsi sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
virtio.c vtscmi: Add a virtio-scmi driver 2024-04-11 09:58:56 +00:00
virtio.h virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
virtio_bus_if.m virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
virtio_config.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtio_endian.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtio_ids.h vtscmi: Add a virtio-scmi driver 2024-04-11 09:58:56 +00:00
virtio_if.m sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
virtio_ring.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtqueue.c Deprecate contigfree(9) in favour of free(9) 2024-07-26 10:45:01 +00:00
virtqueue.h virtio: use bool for boolean functions 2023-09-18 22:03:26 +02:00