http://bugzilla.kernel.org/show_bug.cgi?id=13882 --- Comment #13 from Robert Hancock <hancockrwd@xxxxxxxxx> 2009-07-31 20:07:16 --- Presumably it's hitting this case: pci_read_config_dword(pdev, 0x50, &ata66); /* Check both the drive cable reporting bits, we might not have two drives */ if (ata66 & (0x10100000 >> (16 * ap->port_no))) return ATA_CBL_PATA80; The value at 0x50 is F1F1F6F2, which according to this logic means that an 80-wire cable is detected on all 4 drives. Hmm.. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- 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