commit | a2c91a8819e315e9fd1aef3ff57badb6c1be3f80 | [log] [tgz] |
---|---|---|
author | Jeff Garzik <jgarzik@pobox.com> | Thu Nov 17 05:44:44 2005 -0500 |
committer | Jeff Garzik <jgarzik@pobox.com> | Thu Nov 17 05:44:44 2005 -0500 |
tree | 0b75460b200383d341b8473fc187f5db2c681795 | |
parent | 22374677d18c5eeefd3a283431d312b8c44fef02 [diff] |
[libata sata_mv] handle lack of hardware nIEN support Handle errata (it was unintentional on this h/w, whereas its intentional on others) whereby the nIEN bit in Device Control is ignored, leading to a situation where a hardware interrupt completes the qc before the polling code has a chance to. This will get fixed The Right Way(tm) once Albert Lee's irq-pio branch is merged, as the more natural PIO method on this hardware is interrupt-driven.