Files
linux-st/include/linux
Tejun Heo 57c9efdfb3 libata: implement and use sata_std_hardreset()
Implement sata_std_hardreset(), which simply wraps around
sata_link_hardreset().  sata_std_hardreset() becomes new standard
hardreset method for sata_port_ops and sata_sff_hardreset() moves from
ata_base_port_ops to ata_sff_port_ops, which is where it really
belongs.

ata_is_builtin_hardreset() is added so that both
ata_std_error_handler() and ata_sff_error_handler() skip both builtin
hardresets if SCR isn't accessible.

piix_sidpr_hardreset() in ata_piix.c is identical to
sata_std_hardreset() in functionality and got replaced with the
standard function.

Signed-off-by: Tejun Heo <htejun@gmail.com>
2008-04-17 15:44:23 -04:00
..
2008-03-04 16:35:12 -08:00
2008-03-04 14:47:06 -08:00
2008-04-04 18:36:49 +02:00
2008-03-29 19:55:17 +01:00
2008-03-17 22:48:46 -07:00
2008-03-19 18:53:36 -07:00
2008-03-04 16:35:15 -08:00
2008-03-12 12:34:37 -07:00
2008-03-17 22:46:46 -07:00
2008-03-03 12:22:32 -08:00
2008-03-04 14:57:43 -08:00
2008-04-07 13:14:22 -07:00