summary refs log tree commit diff
path: root/Documentation/DocBook
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-05-30 13:15:52 -0400
committerJeff Garzik <jgarzik@pobox.com>2005-05-30 13:15:52 -0400
commit07dd39b9f62e0532c6922459c3a26d54a07bc231 (patch)
tree900a79ca5defcfcb96e583d6b9cb8092c9144b0b /Documentation/DocBook
parent254feb882a7c6e4e51416dff6a97d847fbbba551 (diff)
downloadlinux-07dd39b9f62e0532c6922459c3a26d54a07bc231.tar.gz
libata: minor DocBook update
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r--Documentation/DocBook/libata.tmpl17
1 files changed, 16 insertions, 1 deletions
diff --git a/Documentation/DocBook/libata.tmpl b/Documentation/DocBook/libata.tmpl
index cf2fce7707da..773ae9fd99dc 100644
--- a/Documentation/DocBook/libata.tmpl
+++ b/Documentation/DocBook/libata.tmpl
@@ -44,11 +44,26 @@
 
 <toc></toc>
 
+  <chapter id="libataIntroduction">
+     <title>Introduction</title>
+  <para>
+  libATA is a library used inside the Linux kernel to support ATA host
+  controllers and devices.  libATA provides an ATA driver API, class
+  transports for ATA and ATAPI devices, and SCSI&lt;-&gt;ATA translation
+  for ATA devices according to the T10 SAT specification.
+  </para>
+  <para>
+  This Guide documents the libATA driver API, library functions, library
+  internals, and a couple sample ATA low-level drivers.
+  </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).
+  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