Marvell 88SE91Ax simple patch

Alexander Motin mav at FreeBSD.org
Tue Jul 9 08:34:26 UTC 2013


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 at 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


More information about the freebsd-stable mailing list