svn commit: r277100 - head/sys/dev/ahci
Konstantin Belousov
kostikbel at gmail.com
Tue Jan 13 08:20:19 UTC 2015
On Tue, Jan 13, 2015 at 01:21:00AM +0000, Steven Hartland wrote:
> Looks like this missed the addition of the new quirk to AHCI_Q_BIT_STRING.
Thank you for noting.
See the patch below. Is anything else amiss ?
Index: sys/dev/ahci/ahci.h
===================================================================
--- sys/dev/ahci/ahci.h (revision 277100)
+++ sys/dev/ahci/ahci.h (working copy)
@@ -591,7 +591,8 @@
"\015NOMSI" \
"\016ATI_PMP_BUG" \
"\017MAXIO_64K" \
- "\020SATA1_UNIT0"
+ "\020SATA1_UNIT0" \
+ "\021ABAR0"
int ahci_attach(device_t dev);
int ahci_detach(device_t dev);
More information about the svn-src-all
mailing list