> + pci_read_config_byte(dev, 0x08, &conf); > + if (conf == 0x11) > + hwif->ultra_mask = 0; NAK Should use dev->revision as this is already kept by the kernel. Otherwise looks fine. pata_it821x already knows about this but not that it's only a bug in rev 0x11 so I'll propogate that bit up. Alan -- 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