mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 23:52:40 +00:00
libata: minor DocBook update
This commit is contained in:
parent
254feb882a
commit
07dd39b9f6
1 changed files with 16 additions and 1 deletions
|
@ -44,11 +44,26 @@
|
||||||
|
|
||||||
<toc></toc>
|
<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<->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">
|
<chapter id="libataThanks">
|
||||||
<title>Thanks</title>
|
<title>Thanks</title>
|
||||||
<para>
|
<para>
|
||||||
The bulk of the ATA knowledge comes thanks to long conversations with
|
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>
|
||||||
<para>
|
<para>
|
||||||
Thanks to Alan Cox for pointing out similarities
|
Thanks to Alan Cox for pointing out similarities
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue