DragonFly commits List (threaded) for 2009-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.1.222.g8bf6a master sys/dev/disk/ahci ahci.c
commit 8bf6a3ffff3f591ca1c66a0a44d51c5535c5cb1b
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Thu Jun 11 00:49:48 2009 -0700
AHCI - DHRS interrupt does not stop command processing.
Not only does the DHRS interrupt not stop command processing (which means
that ahci_pm_read() needs to be single-threaded by the way, which we only do
by happenstance atm), but we were stopping and starting the port without
reloading commands in-progress.
Summary of changes:
sys/dev/disk/ahci/ahci.c | 25 ++++++++++++++++---------
1 files changed, 16 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8bf6a3ffff3f591ca1c66a0a44d51c5535c5cb1b
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]