> + /* no hotplugging support (FIXME) */ > + if (!in_module_init) > + return -ENODEV; I see no reason for this check ? AHCI/PIIX sometimes need this because they rely on BIOS set values [and nobody has fixed it to only check on those chips]. Your new driver seems clean of such cases. 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