diff options
author | Helge Deller <deller@gmx.de> | 2020-10-23 21:23:47 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2020-10-23 21:23:47 +0300 |
commit | 2e34ae02a9b49d1f459d811ae77d72d300584a69 (patch) | |
tree | 8839cc94e7c98c807094a897a803cd545f1a713c /drivers/ata | |
parent | 44a4c9e443674e6cd3368d3e642dfe9c429d5525 (diff) | |
download | linux-2e34ae02a9b49d1f459d811ae77d72d300584a69.tar.xz |
ata: pata_ns87415.c: Document support on parisc with superio chip
I tested this driver on my HP PA-RISC C3000 workstation and it does
work with the built-in TEAC CD-532E-B CD-ROM drive.
So drop the TODO item and adjust the file header.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/pata_ns87415.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ata/pata_ns87415.c b/drivers/ata/pata_ns87415.c index 4b2ba813dcab..1532b2e3c672 100644 --- a/drivers/ata/pata_ns87415.c +++ b/drivers/ata/pata_ns87415.c @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * pata_ns87415.c - NS87415 (non PARISC) PATA + * pata_ns87415.c - NS87415 (and PARISC SUPERIO 87560) PATA * * (C) 2005 Red Hat <alan@lxorguk.ukuu.org.uk> * @@ -16,7 +16,6 @@ * systems. This has its own special mountain of errata. * * TODO: - * Test PARISC SuperIO * Get someone to test on SPARC * Implement lazy pio/dma switching for better performance * 8bit shared timing. |