Skip to content

Commit

Permalink
libata: doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarzik committed May 30, 2005
1 parent 780a87f commit 0cba632
Show file tree
Hide file tree
Showing 4 changed files with 138 additions and 70 deletions.
40 changes: 20 additions & 20 deletions Documentation/DocBook/libata.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
16 changes: 0 additions & 16 deletions drivers/scsi/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -663,15 +663,6 @@ static int piix_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
return ata_pci_init_one(pdev, port_info, n_ports);
}

/**
* piix_init -
*
* LOCKING:
*
* RETURNS:
*
*/

static int __init piix_init(void)
{
int rc;
Expand All @@ -687,13 +678,6 @@ static int __init piix_init(void)
return 0;
}

/**
* piix_exit -
*
* LOCKING:
*
*/

static void __exit piix_exit(void)
{
pci_unregister_driver(&piix_pci_driver);
Expand Down
Loading

0 comments on commit 0cba632

Please sign in to comment.