DragonFly-2.3.1.281.g2cc2e master sys/dev/disk/ahci ahci.c ahci.h ahci_cam.c ahci_pm.c pmreg.h
    Matthew Dillon 
    dillon at crater.dragonflybsd.org
       
    Tue Jun 16 12:05:51 PDT 2009
    
    
  
commit 2cc2e845828fb02038cd824473db463675def536
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Jun 16 12:02:16 2009 -0700
    AHCI - separate pmreg.h out, always zero the FIS in ahci_ata_get_xfer()
    
    * Separate the register defs for PMs out into pmreg.h, as they are not
      AHCI-specific.
    
    * Always zero the FIS returned by ahic_ata_get_xfer().  Don't let any cruft
      accumulate.
Summary of changes:
 sys/dev/disk/ahci/ahci.c     |    7 ++-
 sys/dev/disk/ahci/ahci.h     |   46 +--------------
 sys/dev/disk/ahci/ahci_cam.c |    4 +-
 sys/dev/disk/ahci/ahci_pm.c  |   55 ++++++++---------
 sys/dev/disk/ahci/pmreg.h    |  137 ++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 171 insertions(+), 78 deletions(-)
 create mode 100644 sys/dev/disk/ahci/pmreg.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2cc2e845828fb02038cd824473db463675def536
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list