DragonFly-2.3.1.281.g2cc2e master sys/dev/disk/ahci ahci.c ahci.

看板DFBSD_commit作者時間16年前 (2009/06/17 03:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 2cc2e845828fb02038cd824473db463675def536 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Tue Jun 16 12:02:16 2009 -0700 AHCI - separate pmreg.h out, always zero the FIS in ahci_ata_get_xfer() * Separate the register defs for PMs out into pmreg.h, as they are not AHCI-specific. * Always zero the FIS returned by ahic_ata_get_xfer(). Don't let any cruft accumulate. Summary of changes: sys/dev/disk/ahci/ahci.c | 7 ++- sys/dev/disk/ahci/ahci.h | 46 +-------------- sys/dev/disk/ahci/ahci_cam.c | 4 +- sys/dev/disk/ahci/ahci_pm.c | 55 ++++++++--------- sys/dev/disk/ahci/pmreg.h | 137 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 171 insertions(+), 78 deletions(-) create mode 100644 sys/dev/disk/ahci/pmreg.h http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2cc2e845828fb02038cd824473db463675def536 -- DragonFly BSD source repository
文章代碼(AID): #1AD_Cy00 (DFBSD_commit)