diff options
author | Tejun Heo <htejun@gmail.com> | 2006-02-02 04:20:00 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2006-02-09 01:59:52 -0500 |
commit | 8a19ac89edbe9b702c10fd2039b8cb2db4644a5f (patch) | |
tree | 9241f1ec6d1a8e713ca60e6e5d098a11beb0dfdf /include/linux/libata.h | |
parent | 7944ea9522ce0ea32d57894b3dc2540b0bdca66e (diff) |
[PATCH] libata: implement ata_std_probeinit()
This patch implements the off-the-shelf probeinit component operation.
Currently, all it does is waking up the PHY if it's a SATA port.
Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include/linux/libata.h')
-rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index e8f29cefc351..68b3fe6f9a4d 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -488,6 +488,7 @@ extern int ata_drive_probe_reset(struct ata_port *ap, | |||
488 | ata_probeinit_fn_t probeinit, | 488 | ata_probeinit_fn_t probeinit, |
489 | ata_reset_fn_t softreset, ata_reset_fn_t hardreset, | 489 | ata_reset_fn_t softreset, ata_reset_fn_t hardreset, |
490 | ata_postreset_fn_t postreset, unsigned int *classes); | 490 | ata_postreset_fn_t postreset, unsigned int *classes); |
491 | extern void ata_std_probeinit(struct ata_port *ap); | ||
491 | extern int ata_std_softreset(struct ata_port *ap, int verbose, | 492 | extern int ata_std_softreset(struct ata_port *ap, int verbose, |
492 | unsigned int *classes); | 493 | unsigned int *classes); |
493 | extern int sata_std_hardreset(struct ata_port *ap, int verbose, | 494 | extern int sata_std_hardreset(struct ata_port *ap, int verbose, |