Commit 022eb279 authored by Damien Le Moal's avatar Damien Le Moal

ata: pata_cs5520: Rephrase file header comment

Remove the use of the term "blacklist". What the comment using that term
refers to does not seem to exist at all anyway as the driver does not
have such list but rather only a list of compatible controllers.
Signed-off-by: default avatarDamien Le Moal <dlemoal@kernel.org>
Reviewed-by: default avatarNiklas Cassel <cassel@kernel.org>
Reviewed-by: default avatarIgor Pylypiv <ipylypiv@google.com>
parent 8a3f41a3
......@@ -8,9 +8,9 @@
* PIO mode and smarter silicon.
*
* The practical upshot of this is that we must always tune the
* drive for the right PIO mode. We must also ignore all the blacklists
* and the drive bus mastering DMA information. Also to confuse matters
* further we can do DMA on PIO only drives.
* drive for the right PIO mode and ignore the drive bus mastering DMA
* information. Also to confuse matters further we can do DMA on PIO only
* drives.
*
* DMA on the 5510 also requires we disable_hlt() during DMA on early
* revisions.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment