Re: [PATCH] pata_pdc2027x: Restore various updates done on the driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> > +	/* 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

[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux