Extend AHCI_Q_BIT_STRING after adding new quirk for soft

reset delay

Adding new quirk (AHCI_Q_MRVL_SR_DEL) requires according extention
of AHCI_Q_BIT_STRING.

Submitted by:  Marcin Wojtas <mw@semihalf.com>
Obtained from: Semihalf
Sponsored by:  Stormshield
Reviewed by:   wma
This commit is contained in:
Wojciech Macek 2017-01-25 12:18:21 +00:00
parent 627c3a8d38
commit f09f75fec6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312751

View File

@ -622,7 +622,8 @@ enum ahci_err_type {
"\0221MSI" \
"\023FORCE_PI" \
"\024RESTORE_CAP" \
"\025NOMSIX"
"\025NOMSIX" \
"\026MRVL_SR_DEL"
int ahci_attach(device_t dev);
int ahci_detach(device_t dev);