Frans Pop wrote:
For some Marvell chips the HDD led does not blink when there is disk I/O if NCQ is enabled. Only enable the quirk that works around this (by enabling blink mode for the led) if parameter msq_blink_led is set as it is not clear whether this is a general erratum or related to the type of hard disk connected to the controller.
... +/* msq_blink_led only has effect for SOC */ +module_param(msq_blink_led, int, 0444); +MODULE_PARM_DESC(msq_blink_led, + "Use blink mode quirk for HDD led when MSQ is enabled (0=off, 1=on)"); ... Well, I don't understand the parameter name (msq??), and I'm not sure if we need a parameter or not. Saeed said the original patch should apply "for all devices besides to the SOC", which I think means all GenIIe chip variants. So if you want to rework the first patch so that the blink fix works for all GEN_IIE chips, then I'll test it here with a few different drives from different vendors and see how the LEDs behave. I also have boards from several different vendors to try it on. I'd also like to investigate whether the same fix is necessary for GEN_II chips as well as GEN_IIE. Perhaps Saeed might provide further information there, but we shouldn't hold our breaths waiting. :) Cheers -- 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