> > + /* If the master is a maxtor in UDMA6 then the slave should not use UDMA 6 */ > > + if(strstr(model_num, "Maxtor") == 0 && pair->dma_mode == XFER_UDMA_6) > > + mask &= ~ (1 << (6 + ATA_SHIFT_UDMA)); > > Some Maxtor drives have "Maxtor" while others have "MAXTOR" in the IDENTIFY data. > Should we check both "Maxtor" and "MAXTOR" here? I am still waiting an answer from Jeff on this. - 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