看板 DFBSD_commit 關於我們 聯絡資訊
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