sact 1869 dev/pci/ahci.c u_int32_t sact;
sact 1874 dev/pci/ahci.c sact = ahci_pread(ap, AHCI_PREG_SACT);
sact 1875 dev/pci/ahci.c if (sact != 0)
sact 1876 dev/pci/ahci.c printf("ahci_get_err_ccb but SACT %08x != 0?\n", sact);
sact 1910 dev/pci/ahci.c u_int32_t sact;
sact 1918 dev/pci/ahci.c sact = ahci_pread(ap, AHCI_PREG_SACT);
sact 1919 dev/pci/ahci.c if (sact != 0)
sact 1920 dev/pci/ahci.c printf("ahci_port_err_ccb_restore but SACT %08x != 0?\n", sact);