CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/22 06:28:08
Modified files:
sys/scsi : scsi_base.c
Log message:
Use &nowake as ident in tsleep_nsec call instead of using a stack variable
for the same goal. Using &nowake is becomes clear that there is no wakeup
call for this sleep.
noticed by robert@ with llvm22
OK jca@ krw@
