DragonFly-2.3.1.259.gbaef7 master sys/dev/disk/ahci ahci.c ahci.

看板DFBSD_commit作者時間16年前 (2009/06/14 05:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit baef7501db74ac1066fe62829e589fc7c605fd8d Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sat Jun 13 14:07:57 2009 -0700 AHCI - Port Multiplier bug fixes * The error ccb must be used in ahci_pm_softreset() to collect a reliable signature from the device. * Release the error ccb before performing any ahci_pm_*() functions (which have to issue their own commands). * Probe the CAM bus asynchronously. * Proactively assert that the error ccb is not used in a reentrant fashion. Summary of changes: sys/dev/disk/ahci/ahci.c | 12 +++++++----- sys/dev/disk/ahci/ahci.h | 3 +++ sys/dev/disk/ahci/ahci_cam.c | 2 +- sys/dev/disk/ahci/ahci_pm.c | 30 +++++++++++------------------- 4 files changed, 22 insertions(+), 25 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/baef7501db74ac1066fe62829e589fc7c605fd8d -- DragonFly BSD source repository
文章代碼(AID): #1AD1hO00 (DFBSD_commit)