Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 09 Jul 2013 11:34:20 +0300
From:      Alexander Motin <mav@FreeBSD.org>
To:        Dmitry Morozovsky <marck@rinet.ru>
Cc:        stable@FreeBSD.org
Subject:   Re: Marvell 88SE91Ax simple patch
Message-ID:  <51DBCB0C.1060503@FreeBSD.org>
In-Reply-To: <alpine.BSF.2.00.1307091214510.65772@woozle.rinet.ru>
References:  <alpine.BSF.2.00.1307091214510.65772@woozle.rinet.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On 09.07.2013 11:24, Dmitry Morozovsky wrote:
> Alexander,
>
> trying to activate eSATA port on my home file server I found that the following
> simple patch seems to work -- could you please add it, hopefully before 9.2-R?
>
> marck@hamster:/sys> svn diff dev/ahci
> Index: dev/ahci/ahci.c
> ===================================================================
> --- dev/ahci/ahci.c     (revision 252889)
> +++ dev/ahci/ahci.c     (working copy)
> @@ -234,6 +234,7 @@
>          {0x91301b4b, 0x00, "Marvell 88SE9130",  AHCI_Q_NOBSYRES|AHCI_Q_ALTSIG},
>          {0x91721b4b, 0x00, "Marvell 88SE9172",  AHCI_Q_NOBSYRES},
>          {0x91821b4b, 0x00, "Marvell 88SE9182",  AHCI_Q_NOBSYRES},
> +       {0x91a01b4b, 0x00, "Marvell 88SE91Ax",  AHCI_Q_NOBSYRES},
>          {0x92201b4b, 0x00, "Marvell 88SE9220",  AHCI_Q_NOBSYRES|AHCI_Q_ALTSIG},
>          {0x92301b4b, 0x00, "Marvell 88SE9230",  AHCI_Q_NOBSYRES|AHCI_Q_ALTSIG},
>          {0x92351b4b, 0x00, "Marvell 88SE9235",  AHCI_Q_NOBSYRES},

Committed to HEAD. Thanks.

-- 
Alexander Motin



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