DragonFly-2.3.1.526.g187ca master sys/dev/disk/sili sili.c sili.h sili_pm.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri Jun 26 16:20:48 PDT 2009
commit 187cac04dd44a27076ce0d513accdaf686119a6a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri Jun 26 15:31:55 2009 -0700
SILI - Fix assertion panic during error handling.
* The error handling code could not distinguish between the use of the
error ccb as part of a softreset sequence and the use of the error
ccb as part of a error recovery sequence and asserted in the former
case.
* Ensure that no commands are active on the port prior to initiating
a hard reset through the port multiplier.
Summary of changes:
sys/dev/disk/sili/sili.c | 55 ++++++++++++++++--------------------------
sys/dev/disk/sili/sili.h | 8 ++++++
sys/dev/disk/sili/sili_pm.c | 50 ++++++++++++++++++++++++---------------
3 files changed, 60 insertions(+), 53 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/187cac04dd44a27076ce0d513accdaf686119a6a
--
DragonFly BSD source repository
More information about the Commits
mailing list