2006-12-16 17:47:10

by Jose Alberto Reguero

[permalink] [raw]
Subject: pata_marvell and Marvell 88SE6121

I am trying to make work the driver pata_marvell of linux-2.6.20-rc1 with
Marvell 88SE6121.
I added the PCI ID: 0x6121

{ PCI_DEVICE(0x11AB, 0x6101), },
{ PCI_DEVICE(0x11AB, 0x6145), },
{ PCI_DEVICE(0x11AB, 0x6121), },
{ } /* terminate list */

But not succes.

Log attached.

Any hints are welcome.
Thanks.

Jose Alberto


Attachments:
(No filename) (359.00 B)
log (682.00 B)
Download all attachments

2006-12-16 19:23:26

by Alan

[permalink] [raw]
Subject: Re: pata_marvell and Marvell 88SE6121

On Sat, 16 Dec 2006 18:41:26 +0100
Jose Alberto Reguero <[email protected]> wrote:

> I am trying to make work the driver pata_marvell of linux-2.6.20-rc1 with
> Marvell 88SE6121.

The 6121 is I believe ahci.

2006-12-17 13:23:04

by Jose Alberto Reguero

[permalink] [raw]
Subject: Re: pata_marvell and Marvell 88SE6121

El S?bado, 16 de Diciembre de 2006 20:31, Alan escribi?:
> On Sat, 16 Dec 2006 18:41:26 +0100
>
> Jose Alberto Reguero <[email protected]> wrote:
> > I am trying to make work the driver pata_marvell of linux-2.6.20-rc1 with
> > Marvell 88SE6121.
>
> The 6121 is I believe ahci.

So there is no change to make work with pata_marvell ?
I thought that 61xx series was similar.

Do you suggest to try with ahci driver?

I atach new log with kernel 2.6.19 and pata_marvell patch.

Thanks.
Jose Alberto


Attachments:
(No filename) (504.00 B)
log (1.88 kB)
Download all attachments

2007-01-02 17:19:50

by Jose Alberto Reguero

[permalink] [raw]
Subject: Re: pata_marvell and Marvell 88SE6121

El S?bado, 16 de Diciembre de 2006 18:41, Jose Alberto Reguero escribi?:
> I am trying to make work the driver pata_marvell of linux-2.6.20-rc1 with
> Marvell 88SE6121.
> I added the PCI ID: 0x6121
>
> { PCI_DEVICE(0x11AB, 0x6101), },
> { PCI_DEVICE(0x11AB, 0x6145), },
> { PCI_DEVICE(0x11AB, 0x6121), },
> { } /* terminate list */
>
> But not succes.
>
It is posible to configure three ports (more than two ports) with this driver?

Thanks.
Jose Alberto