DragonFly commits List (threaded) for 2013-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - Flesh out AHCI 1.3 regs / detection (FBSS not yet supported)
commit 4b4501395dab691faa0d7f32438fab6a4430ae97
Author: Matthew Dillon <dillon@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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]