Correct bit offsets for ahci quirks

Fix bit offsets causing incorrect quirks being reported on boot for ahci
introduced by r280184.

MFC after:	3 days
Sponsored by:	Multiplay
This commit is contained in:
Steven Hartland 2015-07-06 09:44:07 +00:00
parent 3f3cffedce
commit 64ce6b09a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285200

View File

@ -600,8 +600,8 @@ enum ahci_err_type {
"\020SATA1_UNIT0" \
"\021ABAR0" \
"\0221MSI" \
"\022FORCE_PI" \
"\023RESTORE_CAP"
"\023FORCE_PI" \
"\024RESTORE_CAP"
int ahci_attach(device_t dev);
int ahci_detach(device_t dev);