DragonFly commits List (threaded) for 2013-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: AHCI - Fix panic if additional I/O is queued during SATA error processing.
commit c1fd1d86dc5671c5b29e86a58938fe42e1f9212c
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Mon Jun 10 17:15:21 2013 -0700
AHCI - Fix panic if additional I/O is queued during SATA error processing.
* If additional I/O is queued during SATA error processing the AHCI
driver was improperly trying to initiate the new I/O. This caused
the error processing code to assert on unexpected command activity.
* Fix by implying exclusive access mode when the error CCB is in use and
giving the error CCB queueing priority over all other CCBs.
Summary of changes:
sys/dev/disk/ahci/ahci.c | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c1fd1d86dc5671c5b29e86a58938fe42e1f9212c
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]