diff options
author | John Baldwin <jhb@FreeBSD.org> | 2025-03-10 17:35:21 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2025-03-10 17:35:21 +0000 |
commit | b8b5cc330490810fc28621ac16d8147d9c53c276 (patch) | |
tree | b02f7bbbd34a06201f951fbf8648e2935be2a0b7 /lib | |
parent | 78cd83e4017bccf62a291e57f0cceccf80e50423 (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