Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2015 10:20:12 +0200
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        Steven Hartland <steven@multiplay.co.uk>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r277100 - head/sys/dev/ahci
Message-ID:  <20150113082012.GI42409@kib.kiev.ua>
In-Reply-To: <54B472FC.4090808@freebsd.org>
References:  <201501130011.t0D0BvRD026054@svn.freebsd.org> <54B472FC.4090808@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20150113082012.GI42409>