DragonFly-2.3.1.222.g8bf6a master sys/dev/disk/ahci ahci.c

看板DFBSD_commit作者時間16年前 (2009/06/11 16:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 8bf6a3ffff3f591ca1c66a0a44d51c5535c5cb1b Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Jun 11 00:49:48 2009 -0700 AHCI - DHRS interrupt does not stop command processing. Not only does the DHRS interrupt not stop command processing (which means that ahci_pm_read() needs to be single-threaded by the way, which we only do by happenstance atm), but we were stopping and starting the port without reloading commands in-progress. Summary of changes: sys/dev/disk/ahci/ahci.c | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8bf6a3ffff3f591ca1c66a0a44d51c5535c5cb1b -- DragonFly BSD source repository
文章代碼(AID): #1ACBd300 (DFBSD_commit)