commit | d9027470b88631d0956ac37cdadfdeb9cdcf2c99 | [log] [tgz] |
---|---|---|
author | Gwendal Grignou <gwendal@google.com> | Tue May 25 12:31:38 2010 -0700 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu Oct 21 20:21:03 2010 -0400 |
tree | b15273e88431ba734a24965dfc81132ac13bc8bd | |
parent | f6f94e2ab1b33f0082ac22d71f66385a60d8157f [diff] |
[libata] Add ATA transport class This is a scheleton for libata transport class. All information is read only, exporting information from libata: - ata_port class: one per ATA port - ata_link class: one per ATA port or 15 for SATA Port Multiplier - ata_device class: up to 2 for PATA link, usually one for SATA. Signed-off-by: Gwendal Grignou <gwendal@google.com> Reviewed-by: Grant Grundler <grundler@google.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>