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

看板DFBSD_commit作者時間16年前 (2009/06/27 07:33), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1AHLhB00 (DFBSD_commit)