|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Marco Peereboom (marco
cvs.openbsd.org)
Date: Wed Nov 04 2009 - 21:33:53 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: marco
cvs.openbsd.org 2009/11/04 20:33:53
Modified files:
sys/dev/ic : mpi.c
sys/scsi : mpath.c scsi_base.c scsi_ioctl.c scsiconf.c
scsiconf.h sd.c sdvar.h
Log message:
The big diff dlg committed to the midlayer breaks NO_CCB and
TRY_AGAIN_LATER. NO_CCB is a timer based mechanism that can trivially
be made to fail by running IO to two or more disks simultaneously. The
TRY_AGAIN_LATER thing is more subtle because it now is a permanent
failure instead of transient however this is much harder to hit because
something must have gone wrong before it hits.
ok deraadt krw miod
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]