看板 DFBSD_commit 關於我們 聯絡資訊
commit 76497a9ca961bb47b7480c32c0ba3cd0dcebcce3 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Jun 16 23:54:54 2009 -0700 AHCI - Bring fixes in from SILI. * Use ahci_os_softsleep() more * Clean out active and pending CCBs when a port is disconnected, fixing hangs of programs that were accessing the disks at the time. * Clear ap_expired bitmap when completing a CCB. * Fix max_target specification so CAM bus scans only run through 15. * Lock port around ATAPI command Summary of changes: sys/dev/disk/ahci/ahci.c | 52 ++++++++++++++++++++++++++++++++++++++++- sys/dev/disk/ahci/ahci_cam.c | 4 ++- sys/dev/disk/ahci/ahci_pm.c | 2 +- 3 files changed, 54 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/76497a9ca961bb47b7480c32c0ba3cd0dcebcce3 -- DragonFly BSD source repository