diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-05-30 19:49:12 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-05-30 19:49:12 -0400 |
commit | 0cba632b737fc2de76934137b8dccf92d9fa4d19 (patch) | |
tree | f2de8c9152ca956aaaaad57ddbe9fc373d4b39d7 /Documentation/DocBook | |
parent | 780a87f71841932db8dbb0f1eb9daf3a973a6bd6 (diff) | |
download | linux-3.10-0cba632b737fc2de76934137b8dccf92d9fa4d19.tar.gz linux-3.10-0cba632b737fc2de76934137b8dccf92d9fa4d19.tar.bz2 linux-3.10-0cba632b737fc2de76934137b8dccf92d9fa4d19.zip |
libata: doc updates
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/libata.tmpl | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/Documentation/DocBook/libata.tmpl b/Documentation/DocBook/libata.tmpl index 41053aed41f..77b4a223a86 100644 --- a/Documentation/DocBook/libata.tmpl +++ b/Documentation/DocBook/libata.tmpl @@ -58,26 +58,6 @@ </para> </chapter> - <chapter id="libataThanks"> - <title>Thanks</title> - <para> - The bulk of the ATA knowledge comes thanks to long conversations with - Andre Hedrick (www.linux-ide.org), and long hours pondering the ATA - and SCSI specifications. - </para> - <para> - Thanks to Alan Cox for pointing out similarities - between SATA and SCSI, and in general for motivation to hack on - libata. - </para> - <para> - libata's device detection - method, ata_pio_devchk, and in general all the early probing was - based on extensive study of Hale Landis's probe/reset code in his - ATADRVR driver (www.ata-atapi.com). - </para> - </chapter> - <chapter id="libataDriverApi"> <title>libata Driver API</title> <sect1> @@ -314,4 +294,24 @@ and other resources, etc. !Idrivers/scsi/sata_sil.c </chapter> + <chapter id="libataThanks"> + <title>Thanks</title> + <para> + The bulk of the ATA knowledge comes thanks to long conversations with + Andre Hedrick (www.linux-ide.org), and long hours pondering the ATA + and SCSI specifications. + </para> + <para> + Thanks to Alan Cox for pointing out similarities + between SATA and SCSI, and in general for motivation to hack on + libata. + </para> + <para> + libata's device detection + method, ata_pio_devchk, and in general all the early probing was + based on extensive study of Hale Landis's probe/reset code in his + ATADRVR driver (www.ata-atapi.com). + </para> + </chapter> + </book> |