Hello, I have a simple patch for sata_mv.c, which adds support for Highpoint RocketRaid 1720 adapter (2 SATA2 ports on PCI bus). The adapter has Marvel 88SX6042-BCZ1 on board. The patch is against 2.6.25.9 and I have tested it. I could normally work with my disks (in JBOD mode). Could you please accept the patch? diff -urN linux-2.6.25.9/drivers/ata/sata_mv.c linux-2.6.25.9-new/drivers/ata/sata_mv.c --- linux-2.6.25.9/drivers/ata/sata_mv.c 2008-06-24 23:09:06.000000000 +0200 +++ linux-2.6.25.9-new/drivers/ata/sata_mv.c 2008-06-28 22:36:22.000000000 +0200 @@ -695,7 +695,8 @@ { PCI_VDEVICE(MARVELL, 0x5041), chip_504x }, { PCI_VDEVICE(MARVELL, 0x5080), chip_5080 }, { PCI_VDEVICE(MARVELL, 0x5081), chip_508x }, - /* RocketRAID 1740/174x have different identifiers */ + /* RocketRAID 1720/174x have different identifiers */ + { PCI_VDEVICE(TTI, 0x1720), chip_6042 }, { PCI_VDEVICE(TTI, 0x1740), chip_508x }, { PCI_VDEVICE(TTI, 0x1742), chip_508x }, Best Regards, Petr Jelen -- 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