git: AHCI - Chip reset, Inquiry alignment, ATAPI adjustments, In

看板DFBSD_commit作者時間16年前 (2009/08/17 15:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit b012a2caf4b41ad62d691eb78745845a4a12382b Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Sun Aug 16 23:36:28 2009 -0700 AHCI - Chip reset, Inquiry alignment, ATAPI adjustments, Intel attach * When resetting the chip set AE before issuing HR and leave AE set when issuing HR. After reset is complete, set AE again. * Do Intel hocus pocus at config register 0x92 for Intel chipsets. * The only PIO request is basically the initial INQUIRY during probe. Make sure the structure does not cross a page boundary so only one DRQ buffer is needed. Very old AHCI chipsets may need this. * Make minor flags adjustments for PIO setup commands during the initial probe. * Reduce verbosity slightly. Summary of changes: sys/dev/disk/ahci/ahci.c | 187 ++++++++++++++++++++++++++------------- sys/dev/disk/ahci/ahci.h | 2 +- sys/dev/disk/ahci/ahci_attach.c | 32 ------- sys/dev/disk/ahci/ahci_cam.c | 33 ++++--- sys/dev/disk/ahci/ahci_pm.c | 18 ++-- 5 files changed, 152 insertions(+), 120 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b012a2caf4b41ad62d691eb78745845a4a12382b -- DragonFly BSD source repository
文章代碼(AID): #1AYG0qD8 (DFBSD_commit)