diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-11-19 14:30:16 +0000 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-11-23 19:33:26 -0500 |
commit | 92c52c52e123e6fabb85392b16bcdbdb64cfdc1c (patch) | |
tree | 78ee897c124fdaabf0245da9d2ed4177be23a088 /drivers/ata/libata-core.c | |
parent | c47a631f8bfad08a6001f8dd479004caa5059a75 (diff) |
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.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index f7f6ca991e3..33f06277b3b 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> |