Re: [PATCH] Add suport for Marvell 88SE6121 in pata_marvell

2007-01-15 Thread Jay Cliburn
Jose Alberto Reguero wrote: Marvell 88SE6121 [snip] --- linux-2.6.20-rc3/drivers/ata/pata_marvell.c 2007-01-01 01:53:20.0 +0100 +++ linux-2.6.20-rc3.new/drivers/ata/pata_marvell.c 2007-01-06 12:33:03.0

Re: [PATCH] Add suport for Marvell 88SE6121 in pata_marvell

2007-01-06 Thread Jose Alberto Reguero
I forgot the Signed-off-by: Signed-off-by: Jose Alberto Reguero <[EMAIL PROTECTED]> Jose Alberto - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read t

[PATCH] Add suport for Marvell 88SE6121 in pata_marvell

2007-01-06 Thread Jose Alberto Reguero
Marvell 88SE6121 is a ahci controller, but I can't make it work with the achi driver. This part: + else if (pdev->device == 0x6121) { + mmio_base = pci_iomap(pdev, 5, 0); + if (mmio_base == NULL) { + return -ENOMEM; + } +