OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Kenneth R Westerback (krwcvs.openbsd.org)
Date: Mon Nov 05 2007 - 16:30:25 CST


CVSROOT: /cvs
Module name: src
Changes by: krwcvs.openbsd.org 2007/11/05 15:30:25

Modified files:
        sys/dev/ic : ncr53c9x.c

Log message:
More scsi_done() at SPLBIO. Wrap more interrupt function calls while
polling in splbio/splx. Put belts and suspenders splbio/splx around
the scsi_done() call since it may be possible to get there other ways.

Partly from thib