CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2019/08/12 03:56:47

Modified files:
        sys/dev        : ipmi.c ipmivar.h 

Log message:
Remlve command mutex.  It is unnecessary since commands are already
serialized by the use of a taskq and it prevents sendmsg/endmsg from
being able to sleep.  This hurts when implementing SSIF since some
i2c controllers sleep while waiting for transactions on the i2c bus to
complete.

ok jmatthew@, deraadt@

Reply via email to