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);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to