Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2015 09:15:57 +0000
From:      Steven Hartland <steven@multiplay.co.uk>
To:        Konstantin Belousov <kostikbel@gmail.com>
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:  <54B4E24D.9070305@multiplay.co.uk>
In-Reply-To: <20150113082012.GI42409@kib.kiev.ua>
References:  <201501130011.t0D0BvRD026054@svn.freebsd.org> <54B472FC.4090808@freebsd.org> <20150113082012.GI42409@kib.kiev.ua>

next in thread | previous in thread | raw e-mail | index | archive | help

On 13/01/2015 08:20, Konstantin Belousov wrote:
> 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);
Yep that's the puppy, everything else looks good :)



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