kernel-ark/drivers/ata
Tejun Heo e141d999b6 libata: limit post SRST nsect/lbal wait to ~100ms
After SRST, libata used to wait for nsect/lbal to be set to 1/1 for
the slave device.  However, some ATAPI devices don't set nsect/lbal
after SRST and the wait itself isn't too useful as we're gonna wait
for !BSY right after that anyway.

Before reset-seq update, nsect/lbal wait failure used to be ignored
and caused 30sec delay during detection.  After reset-seq, all
timeouts are considered error conditions making libata fail to detect
such ATAPI devices.

This patch limits nsect/lbal wait to around 100ms.  This should give
acceptable behavior to such ATAPI devices while not disturbing the
heavily used code path too much.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-06-11 00:52:53 -04:00
..
ahci.c ahci: Add MCP73/MCP77 support to AHCI driver 2007-06-09 22:40:28 -04:00
ata_generic.c
ata_piix.c ata_piix: add short 40c quirk for Acer Aspire 2030, take #2 2007-05-24 20:34:48 -04:00
Kconfig [ATA]: Back out bogus (SPARC64 && !PCI) Kconfig depends. 2007-06-04 23:33:04 -07:00
libata-acpi.c
libata-core.c libata: limit post SRST nsect/lbal wait to ~100ms 2007-06-11 00:52:53 -04:00
libata-eh.c
libata-scsi.c libata passthru: update cached device paramters 2007-06-09 23:08:12 -04:00
libata-sff.c libata-core/sff: Fix multiple assumptions about DMA 2007-06-09 22:40:28 -04:00
libata.h
Makefile
pata_ali.c
pata_amd.c
pata_artop.c pata: Trivia 2007-05-25 17:29:59 -04:00
pata_atiixp.c
pata_cmd64x.c
pata_cmd640.c
pata_cs5520.c
pata_cs5530.c
pata_cs5535.c
pata_cypress.c
pata_efar.c
pata_hpt3x2n.c hpt3x2n: Correct revision boundary 2007-05-24 20:34:47 -04:00
pata_hpt3x3.c
pata_hpt37x.c pata_hpt37x: Further improvements based on the IDE updates and vendor drivers 2007-05-25 17:29:59 -04:00
pata_hpt366.c
pata_icside.c
pata_isapnp.c remove unused variable in pata_isapnp 2007-06-09 22:40:27 -04:00
pata_it821x.c pata: Trivia 2007-05-25 17:29:59 -04:00
pata_it8213.c
pata_ixp4xx_cf.c
pata_jmicron.c
pata_legacy.c
pata_marvell.c
pata_mpc52xx.c
pata_mpiix.c
pata_netcell.c
pata_ns87410.c
pata_oldpiix.c
pata_opti.c
pata_optidma.c
pata_pcmcia.c
pata_pdc202xx_old.c
pata_pdc2027x.c
pata_platform.c
pata_qdi.c
pata_radisys.c
pata_rz1000.c
pata_sc1200.c
pata_scc.c Fix build failure for drivers/ata/pata_scc.c 2007-05-25 04:17:31 -04:00
pata_serverworks.c
pata_sil680.c
pata_sis.c pata_sis: Fix and clean up some timing setups 2007-05-24 20:34:48 -04:00
pata_sl82c105.c
pata_triflex.c
pata_via.c libata: always use polling SETXFER 2007-06-04 16:48:34 -04:00
pata_winbond.c
pdc_adma.c
sata_inic162x.c
sata_mv.c [libata] sata_mv: add TODO list 2007-05-24 23:40:15 -04:00
sata_nv.c
sata_promise.c sata_promise: use TF interface for polling NODATA commands 2007-06-08 17:23:33 -07:00
sata_promise.h
sata_qstor.c
sata_sil24.c
sata_sil.c
sata_sis.c libata: sata_sis fixes 2007-05-25 04:18:42 -04:00
sata_svw.c
sata_sx4.c
sata_uli.c
sata_via.c [libata] sata_via, pata_via: Add PCI IDs. 2007-05-25 05:02:06 -04:00
sata_vsc.c
sis.h