mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
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
627c3a8d38
commit
f09f75fec6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312751
@ -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…
Reference in New Issue
Block a user