Mark Lord wrote:
Fix chip type for the Highpoint RocketRAID 1740 4-port PCI(-X) card. It really has a Marvell 6042 on it, rather than a (8-port) 5081 chip. Confirmed by multiple (two) users. Signed-off-by: Mark Lord <mlord@xxxxxxxxx> --- This patch is a candidate for linux-stable as well. --- old/drivers/ata/sata_mv.c 2009-01-27 16:03:08.000000000 -0500 +++ linux/drivers/ata/sata_mv.c 2009-01-27 16:05:15.000000000 -0500 @@ -663,7 +663,7 @@ { PCI_VDEVICE(MARVELL, 0x5081), chip_508x }, /* RocketRAID 1720/174x have different identifiers */ { PCI_VDEVICE(TTI, 0x1720), chip_6042 }, - { PCI_VDEVICE(TTI, 0x1740), chip_508x }, + { PCI_VDEVICE(TTI, 0x1740), chip_6042 }, { PCI_VDEVICE(TTI, 0x1742), chip_508x }, { PCI_VDEVICE(MARVELL, 0x6040), chip_604x },
.. Here's some definitive supporting documentation: http://www.highpoint-tech.com/image/products/SATAII/RR1740_card_big.jpg Cheers -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html