diff options
author | David Milburn <dmilburn@redhat.com> | 2010-11-12 16:38:21 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2011-01-05 19:43:22 -0500 |
commit | 02cdfcf043c5c6ebcbbaba1c35130b5fbcb10867 (patch) | |
tree | 1430ddb5236adbcc1fbfaa67b225efd0dbe3e80c /drivers/ata/ahci.h | |
parent | 3c0eee3fe6a3a1c745379547c7e7c904aa64f6d5 (diff) |
[libata] new driver acard_ahci, for ATP8620 host controller
Add support for Acard ATP8620 host controller.
Based upon initial version by Jeff Garzik.
Signed-off-by: David Milburn <dmilburn@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/ahci.h')
-rw-r--r-- | drivers/ata/ahci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ata/ahci.h b/drivers/ata/ahci.h index 329cbbb91284..3e606c34f57b 100644 --- a/drivers/ata/ahci.h +++ b/drivers/ata/ahci.h | |||
@@ -311,6 +311,8 @@ extern struct device_attribute *ahci_sdev_attrs[]; | |||
311 | 311 | ||
312 | extern struct ata_port_operations ahci_ops; | 312 | extern struct ata_port_operations ahci_ops; |
313 | 313 | ||
314 | void ahci_fill_cmd_slot(struct ahci_port_priv *pp, unsigned int tag, | ||
315 | u32 opts); | ||
314 | void ahci_save_initial_config(struct device *dev, | 316 | void ahci_save_initial_config(struct device *dev, |
315 | struct ahci_host_priv *hpriv, | 317 | struct ahci_host_priv *hpriv, |
316 | unsigned int force_port_map, | 318 | unsigned int force_port_map, |
@@ -326,6 +328,7 @@ int ahci_stop_engine(struct ata_port *ap); | |||
326 | void ahci_start_engine(struct ata_port *ap); | 328 | void ahci_start_engine(struct ata_port *ap); |
327 | int ahci_check_ready(struct ata_link *link); | 329 | int ahci_check_ready(struct ata_link *link); |
328 | int ahci_kick_engine(struct ata_port *ap); | 330 | int ahci_kick_engine(struct ata_port *ap); |
331 | int ahci_port_resume(struct ata_port *ap); | ||
329 | void ahci_set_em_messages(struct ahci_host_priv *hpriv, | 332 | void ahci_set_em_messages(struct ahci_host_priv *hpriv, |
330 | struct ata_port_info *pi); | 333 | struct ata_port_info *pi); |
331 | int ahci_reset_em(struct ata_host *host); | 334 | int ahci_reset_em(struct ata_host *host); |