AHCI Driver port from OpenBSD to DragonFly - Initial commit
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 4 Jun 2009 18:21:05 +0000 (11:21 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 4 Jun 2009 18:21:05 +0000 (11:21 -0700)
commit258223a30e6f99a6a4cdae5b969947ce79286b78
tree673c8dd29676e45263667a90d5a0100b232bd85d
parentb97bcf45d32f5eb96c2237ac12cfe292270dd71f
AHCI Driver port from OpenBSD to DragonFly - Initial commit

This is the initial work synchronization commit for the AHCI driver port.
About 85% of the logic is now working.

This also includes initial wiring of interrupt bits and status tests for
hot-plug support.
sys/dev/disk/ahci/Makefile [new file with mode: 0644]
sys/dev/disk/ahci/TODO [new file with mode: 0644]
sys/dev/disk/ahci/ahci.c [new file with mode: 0644]
sys/dev/disk/ahci/ahci.h [new file with mode: 0644]
sys/dev/disk/ahci/ahci_attach.c [new file with mode: 0644]
sys/dev/disk/ahci/ahci_cam.c [new file with mode: 0644]
sys/dev/disk/ahci/ahci_dragonfly.c [new file with mode: 0644]
sys/dev/disk/ahci/ahci_dragonfly.h [new file with mode: 0644]
sys/dev/disk/ahci/atascsi.h [new file with mode: 0644]