svn commit: r277100 - head/sys/dev/ahci
Steven Hartland
steven at multiplay.co.uk
Tue Jan 13 09:16:17 UTC 2015
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 :)
More information about the svn-src-head
mailing list