AHCI - separate pmreg.h out, always zero the FIS in ahci_ata_get_xfer()
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 16 Jun 2009 19:02:16 +0000 (12:02 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 16 Jun 2009 19:02:16 +0000 (12:02 -0700)
commit2cc2e845828fb02038cd824473db463675def536
tree731fe873dc8f42921339a93fa1f0ec75cb56ef78
parente61560bd349497088ad8bea108acb57e697966ec
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.
sys/dev/disk/ahci/ahci.c
sys/dev/disk/ahci/ahci.h
sys/dev/disk/ahci/ahci_cam.c
sys/dev/disk/ahci/ahci_pm.c
sys/dev/disk/ahci/pmreg.h [new file with mode: 0644]