2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 02:34:01 +08:00

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>
This commit is contained in:
Helge Deller 2020-10-23 20:23:47 +02:00
parent 44a4c9e443
commit 2e34ae02a9

View File

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only // 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> * (C) 2005 Red Hat <alan@lxorguk.ukuu.org.uk>
* *
@ -16,7 +16,6 @@
* systems. This has its own special mountain of errata. * systems. This has its own special mountain of errata.
* *
* TODO: * TODO:
* Test PARISC SuperIO
* Get someone to test on SPARC * Get someone to test on SPARC
* Implement lazy pio/dma switching for better performance * Implement lazy pio/dma switching for better performance
* 8bit shared timing. * 8bit shared timing.