Use M_WAITOK where we can; this includes during autoconf where the only
authorkettenis <kettenis@openbsd.org>
Mon, 19 Aug 2024 09:26:58 +0000 (09:26 +0000)
committerkettenis <kettenis@openbsd.org>
Mon, 19 Aug 2024 09:26:58 +0000 (09:26 +0000)
commita1868ea7a625b434bc3f336b24b65e471c5f20e2
treed66678a31c26727eea161eb131ca21183021df47
parent80c8bfd3e5afa76db236c4a88e83e75b0413f8f8
Use M_WAITOK where we can; this includes during autoconf where the only
realistic option is to panic if we're doing smallish allocations and run
out of memory.

ok deraadt@
sys/dev/i2c/ihidev.c