aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2025-03-10 17:35:21 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2025-03-10 17:35:21 +0000
commitb8b5cc330490810fc28621ac16d8147d9c53c276 (patch)
treeb02f7bbbd34a06201f951fbf8648e2935be2a0b7 /lib
parent78cd83e4017bccf62a291e57f0cceccf80e50423 (diff)
new-bus: Use M_WAITOK in more places
M_NOWAIT is now only used for devclass_get_devices, devclass_get_drivers, and device_get_children. Other functions are generally called from sleepable contexts such as module event handlers, attach/detach routines, and the ioctl handler for /dev/devctl2. Suggested by: mjg (devclass_add_device) Differential Revision: https://reviews.freebsd.org/D49274
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions