git: AHCI - Fix interrupt enablement sequencing

看板DFBSD_commit作者時間16年前 (2009/08/20 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit e8cf3f55e66e1d6c12fc328642467a4fd8fd52b7 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Aug 19 10:10:41 2009 -0700 AHCI - Fix interrupt enablement sequencing * Interrupt enablement could race port initialization, causing the AHCI probe to fail and/or assert. Wait for basic port hardware initialization to complete (which is done by the port helper threads) before enabling interrupt processing on the chip. Testing-by: Alexander Polakov <polachok@gmail.com> Summary of changes: sys/dev/disk/ahci/ahci.c | 17 +++++++++++++---- sys/dev/disk/ahci/ahci.h | 1 + sys/dev/disk/ahci/ahci_attach.c | 15 ++++++++++++++- sys/dev/disk/ahci/ahci_dragonfly.c | 4 +++- 4 files changed, 31 insertions(+), 6 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e8cf3f55e66e1d6c12fc328642467a4fd8fd52b7 -- DragonFly BSD source repository
文章代碼(AID): #1AZ3tl-W (DFBSD_commit)