看板 DFBSD_commit 關於我們 聯絡資訊
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