CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/09/24 13:47:09
Modified files: sys/dev/ic : trm.c Log message: In trm_scsi_cmd(), in an splbio() protected block, don't bother doing splx() and splbio() around a simple timeout_set() call, it won't gain us anything. ok dlg@ krw@