AHCI_REG_CAP
bios_cap = ahci_read(sc, AHCI_REG_CAP);
(ahci_read(ap->ap_sc, AHCI_REG_CAP) & AHCI_REG_CAP_SCLO)
ahci_write(sc, AHCI_REG_CAP, ahci_read(sc, AHCI_REG_CAP) | bios_cap);
cap = ahci_read(sc, AHCI_REG_CAP);