看板 DFBSD_commit 關於我們 聯絡資訊
commit 831bc9e32babbfa6097afd0b74c7c06e3300c765 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Jun 13 00:02:39 2009 -0700 AHCI - Port multiplier plug/unplug work, tuning, cleanup, bug fixes. * Clean up the command dispatch and polling code, including fixing a deadlock between the timeout code and the polling code. The polling code now checks for timed-out CCBs. * Test some of the delay intervals in the hard and softreset code to reduce protocol problems. * Add an exclusive-access abstraction for dealing with device insertions and removals. This isn't working perfectly yet, there are still some communications issues due to the newly inserted device interfering with devices already in the enclosure. * Greatly reduce probe times. Summary of changes: sys/dev/disk/ahci/ahci.c | 530 +++++++++++++++++++++++------------- sys/dev/disk/ahci/ahci.h | 18 +- sys/dev/disk/ahci/ahci_attach.c | 4 + sys/dev/disk/ahci/ahci_cam.c | 37 +-- sys/dev/disk/ahci/ahci_dragonfly.c | 34 ++- sys/dev/disk/ahci/ahci_pm.c | 121 ++++---- sys/dev/disk/ahci/atascsi.h | 3 - 7 files changed, 462 insertions(+), 285 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/831bc9e32babbfa6097afd0b74c7c06e3300c765 -- DragonFly BSD source repository