Commit 9c7e0d22c524afc76f82b942d12da00766ac9101
Committed by
Jeff Garzik
1 parent
6809e7301f
Exists in
master
and in
39 other branches
pata_legacy: add pointers to QDI65x0 documentation
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Showing 1 changed file with 8 additions and 1 deletions Side-by-side Diff
drivers/ata/pata_legacy.c
... | ... | @@ -25,7 +25,14 @@ |
25 | 25 | * http://www.ryston.cz/petr/vlb/pdc20230b.html |
26 | 26 | * http://www.ryston.cz/petr/vlb/pdc20230c.html |
27 | 27 | * http://www.ryston.cz/petr/vlb/pdc20630.html |
28 | + * QDI65x0: | |
29 | + * http://www.ryston.cz/petr/vlb/qd6500.html | |
30 | + * http://www.ryston.cz/petr/vlb/qd6580.html | |
28 | 31 | * |
32 | + * QDI65x0 probe code based on drivers/ide/legacy/qd65xx.c | |
33 | + * Rewritten from the work of Colten Edwards <pje120@cs.usask.ca> by | |
34 | + * Samuel Thibault <samuel.thibault@ens-lyon.org> | |
35 | + * | |
29 | 36 | * Unsupported but docs exist: |
30 | 37 | * Appian/Adaptec AIC25VL01/Cirrus Logic PD7220 |
31 | 38 | * |
... | ... | @@ -35,7 +42,7 @@ |
35 | 42 | * the MPIIX where the tuning is PCI side but the IDE is "ISA side". |
36 | 43 | * |
37 | 44 | * Specific support is included for the ht6560a/ht6560b/opti82c611a/ |
38 | - * opti82c465mv/promise 20230c/20630/winbond83759A | |
45 | + * opti82c465mv/promise 20230c/20630/qdi65x0/winbond83759A | |
39 | 46 | * |
40 | 47 | * Use the autospeed and pio_mask options with: |
41 | 48 | * Appian ADI/2 aka CLPD7220 or AIC25VL01. |