freebsd-src/sys/dev/virtio
Ed Maste e6b88237c6 p9fs: use M_WAITOK where appropriate
device_attach routines are allowed to sleep, and this routine already
has other M_WAITOK allocations.

Reported by:	markj
Reviewed by:	markj
Fixes: 1efd69f933 ("p9fs: move NULL check immediately after alloc...")
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D45721
2024-06-24 22:02:13 -04:00
..
balloon sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
block sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
console virtio(4): Fix two typos in KASSERT messages 2024-06-16 18:02:46 +02:00
gpu vtgpu: Fix the physical memory size 2023-09-21 11:50:29 +01:00
mmio sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
network vtnet: use CURVNET_SET() instead of CURVNET_SET_QUIET() 2024-04-18 07:58:00 -07:00
p9fs p9fs: use M_WAITOK where appropriate 2024-06-24 22:02:13 -04:00
pci virtio: Use device_set_descf() 2024-06-02 19:38:41 -04: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_bus_if.m virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
virtio_config.h
virtio_endian.h
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
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
virtqueue.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
virtqueue.h virtio: use bool for boolean functions 2023-09-18 22:03:26 +02:00