summaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c
diff options
context:
space:
mode:
authorAlan Cox2007-11-19 15:30:16 +0100
committerJeff Garzik2007-11-24 01:33:26 +0100
commit92c52c52e123e6fabb85392b16bcdbdb64cfdc1c (patch)
tree78ee897c124fdaabf0245da9d2ed4177be23a088 /drivers/ata/libata-core.c
parentata_piix: Invalid use of writel/readl with iomap (diff)
downloadkernel-qcow2-linux-92c52c52e123e6fabb85392b16bcdbdb64cfdc1c.tar.gz
kernel-qcow2-linux-92c52c52e123e6fabb85392b16bcdbdb64cfdc1c.tar.xz
kernel-qcow2-linux-92c52c52e123e6fabb85392b16bcdbdb64cfdc1c.zip
libata-core: List more documentation sources for reference
And next time I'll be able to find the ata tape spec easily... Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/libata-core.c')
-rw-r--r--drivers/ata/libata-core.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index f7f6ca991e32..33f06277b3be 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -30,6 +30,14 @@
* Hardware documentation available from http://www.t13.org/ and
* http://www.sata-io.org/
*
+ * Standards documents from:
+ * http://www.t13.org (ATA standards, PCI DMA IDE spec)
+ * http://www.t10.org (SCSI MMC - for ATAPI MMC)
+ * http://www.sata-io.org (SATA)
+ * http://www.compactflash.org (CF)
+ * http://www.qic.org (QIC157 - Tape and DSC)
+ * http://www.ce-ata.org (CE-ATA: not supported)
+ *
*/
#include <linux/kernel.h>