CVSROOT: /cvs Module name: src Changes by: [email protected] 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@
