diff options
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index d735728873b5..45a547e42d47 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -1000,7 +1000,6 @@ extern unsigned long ata_xfer_mode2mask(u8 xfer_mode); | |||
1000 | extern int ata_xfer_mode2shift(unsigned long xfer_mode); | 1000 | extern int ata_xfer_mode2shift(unsigned long xfer_mode); |
1001 | extern const char *ata_mode_string(unsigned long xfer_mask); | 1001 | extern const char *ata_mode_string(unsigned long xfer_mask); |
1002 | extern unsigned long ata_id_xfermask(const u16 *id); | 1002 | extern unsigned long ata_id_xfermask(const u16 *id); |
1003 | extern int ata_port_start(struct ata_port *ap); | ||
1004 | extern int ata_std_qc_defer(struct ata_queued_cmd *qc); | 1003 | extern int ata_std_qc_defer(struct ata_queued_cmd *qc); |
1005 | extern void ata_noop_qc_prep(struct ata_queued_cmd *qc); | 1004 | extern void ata_noop_qc_prep(struct ata_queued_cmd *qc); |
1006 | extern void ata_sg_init(struct ata_queued_cmd *qc, struct scatterlist *sg, | 1005 | extern void ata_sg_init(struct ata_queued_cmd *qc, struct scatterlist *sg, |
@@ -1616,8 +1615,6 @@ extern void ata_sff_postreset(struct ata_link *link, unsigned int *classes); | |||
1616 | extern void ata_sff_drain_fifo(struct ata_queued_cmd *qc); | 1615 | extern void ata_sff_drain_fifo(struct ata_queued_cmd *qc); |
1617 | extern void ata_sff_error_handler(struct ata_port *ap); | 1616 | extern void ata_sff_error_handler(struct ata_port *ap); |
1618 | extern void ata_sff_post_internal_cmd(struct ata_queued_cmd *qc); | 1617 | extern void ata_sff_post_internal_cmd(struct ata_queued_cmd *qc); |
1619 | extern int ata_sff_port_start(struct ata_port *ap); | ||
1620 | extern int ata_sff_port_start32(struct ata_port *ap); | ||
1621 | extern void ata_sff_std_ports(struct ata_ioports *ioaddr); | 1618 | extern void ata_sff_std_ports(struct ata_ioports *ioaddr); |
1622 | #ifdef CONFIG_PCI | 1619 | #ifdef CONFIG_PCI |
1623 | extern int ata_pci_sff_init_host(struct ata_host *host); | 1620 | extern int ata_pci_sff_init_host(struct ata_host *host); |
@@ -1632,16 +1629,16 @@ extern int ata_pci_sff_init_one(struct pci_dev *pdev, | |||
1632 | struct scsi_host_template *sht, void *host_priv, int hflags); | 1629 | struct scsi_host_template *sht, void *host_priv, int hflags); |
1633 | #endif /* CONFIG_PCI */ | 1630 | #endif /* CONFIG_PCI */ |
1634 | 1631 | ||
1635 | extern unsigned long ata_bmdma_mode_filter(struct ata_device *dev, | ||
1636 | unsigned long xfer_mask); | ||
1637 | extern void ata_bmdma_setup(struct ata_queued_cmd *qc); | 1632 | extern void ata_bmdma_setup(struct ata_queued_cmd *qc); |
1638 | extern void ata_bmdma_start(struct ata_queued_cmd *qc); | 1633 | extern void ata_bmdma_start(struct ata_queued_cmd *qc); |
1639 | extern void ata_bmdma_stop(struct ata_queued_cmd *qc); | 1634 | extern void ata_bmdma_stop(struct ata_queued_cmd *qc); |
1640 | extern u8 ata_bmdma_status(struct ata_port *ap); | 1635 | extern u8 ata_bmdma_status(struct ata_port *ap); |
1636 | extern int ata_bmdma_port_start(struct ata_port *ap); | ||
1637 | extern int ata_bmdma_port_start32(struct ata_port *ap); | ||
1641 | 1638 | ||
1642 | #ifdef CONFIG_PCI | 1639 | #ifdef CONFIG_PCI |
1643 | extern int ata_pci_bmdma_clear_simplex(struct pci_dev *pdev); | 1640 | extern int ata_pci_bmdma_clear_simplex(struct pci_dev *pdev); |
1644 | extern int ata_pci_bmdma_init(struct ata_host *host); | 1641 | extern void ata_pci_bmdma_init(struct ata_host *host); |
1645 | #endif /* CONFIG_PCI */ | 1642 | #endif /* CONFIG_PCI */ |
1646 | 1643 | ||
1647 | /** | 1644 | /** |