opnsense-src/sys/dev/virtio
John Baldwin 11a9117871 Use bus_generic_detach to detach and delete child devices during detach
This is simpler and more robust than individual calls to
device_delete_child.

Differential Revision:	https://reviews.freebsd.org/D47972
2025-01-02 13:25:12 -05: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: Simplify vt9p_req_wait() a bit 2024-10-25 17:54:39 +00: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