DragonFly-2.3.1.222.g8bf6a master sys/dev/disk/ahci ahci.c

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jun 11 00:57:15 PDT 2009


commit 8bf6a3ffff3f591ca1c66a0a44d51c5535c5cb1b
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list