CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2015/05/09 04:27:32
Modified files: sys/dev/isa : wss.c Log message: Fix an occurance of mtx_enter() that should have been mtx_leave(). This line was originally an splx() before being converted to a mutex. ok ratchov@