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:
parent
7c30723e15
commit
9b6046a549
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user