看板 DFBSD_commit 關於我們 聯絡資訊
commit e037acafa7b95d0af56ea978bad8678bb08c6823 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Jul 23 02:06:24 2009 -0700 AHD: Add a DELAY() in the XPT_RESET_BUS path to avoid a race. The exact race isn't known but adding the DELAY() appears to fix it. It could be related to ccb's queued prior to the bus reset which we have to abort. With-help-from: Peter Avalos <pavalos@theshell.com> Summary of changes: sys/dev/disk/aic7xxx/aic79xx_osm.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e037acafa7b95d0af56ea978bad8678bb08c6823 -- DragonFly BSD source repository