kernel - Flesh out AHCI 1.3 regs / detection (FBSS not yet supported)
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 4 Jul 2013 04:39:57 +0000 (21:39 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 4 Jul 2013 04:39:57 +0000 (21:39 -0700)
commit4b4501395dab691faa0d7f32438fab6a4430ae97
tree65e873d0d77a097d05808f7d1ad86d2970e15f3a
parente42abaa5f0f6cfa4ce3c31f87e2bc75fa3ba5f2a
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).
sys/dev/disk/ahci/ahci.c
sys/dev/disk/ahci/ahci.h
sys/dev/disk/ahci/ahci_attach.c
sys/dev/disk/ahci/ahci_dragonfly.c
sys/dev/disk/ahci/ahci_pm.c