git: kernel - Flesh out AHCI 1.3 regs / detection (FBSS not yet supported)

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jul 3 21:42:04 PDT 2013


commit 4b4501395dab691faa0d7f32438fab6a4430ae97
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Jul 3 21:39:57 2013 -0700

    kernel - Flesh out AHCI 1.3 regs / detection (FBSS not yet supported)
    
    * Detect the CAP2 register.  Add definitions for new CAP and CAP2 bits.
    
    * Detect and report FBSS support when a PM is attached.  Note that
      the driver does not yet support FBSS (I'm still tring to find a
      mobo whos AHCI has it).

Summary of changes:
 sys/dev/disk/ahci/ahci.c           | 18 +++++++---
 sys/dev/disk/ahci/ahci.h           | 70 +++++++++++++++++++++++++++++++++++---
 sys/dev/disk/ahci/ahci_attach.c    | 55 ++++++++++++++++++++++--------
 sys/dev/disk/ahci/ahci_dragonfly.c |  3 ++
 sys/dev/disk/ahci/ahci_pm.c        | 37 ++++++++++++++++++++
 5 files changed, 158 insertions(+), 25 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4b4501395dab691faa0d7f32438fab6a4430ae97


-- 
DragonFly BSD source repository



More information about the Commits mailing list