DragonFly-2.3.1.564.gb2772 master sys/dev/disk/ahci ahci_cam.c

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jul 1 19:50:33 PDT 2009


commit b2772aee9da8b587dc9444600b08f2a51e846cdf
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Jul 1 19:46:50 2009 -0700

    AHCI - Fix embarassing bug for non-NCQ disk accesses > 128G
    
    Fix an embarassing bug for non-NCQ disk accesses > 128G.  This only
    applied to non-NCQ accesses for disks which effectively means disks
    behind a PM, since NCQ is generally used everywhere else.  Accesses
    for seek positions from 128G to 2TB were wrapping the LBA.

Summary of changes:
 sys/dev/disk/ahci/ahci_cam.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b2772aee9da8b587dc9444600b08f2a51e846cdf


-- 
DragonFly BSD source repository





More information about the Commits mailing list