DragonFly commits List (threaded) for 2009-06
DragonFly BSD
DragonFly commits List (threaded) for 2009-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

DragonFly-2.3.1.526.g187ca master sys/dev/disk/sili sili.c sili.h sili_pm.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 26 Jun 2009 16:19:42 -0700 (PDT)

commit 187cac04dd44a27076ce0d513accdaf686119a6a
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]