You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tejun Heo
dfd7a3db38
ahci: use 0x80 as wait stat value instead of 0xff
...
Before hardreset, ahci initialized stat part of received FIS area to
0xff to wait for the first D2H Reg FIS which would change the value to
device ready state. This used to work but now libata considers status
value of 0xff as device not present making this wait prone to failure.
This patch makes ahci use 0x80 for the wait stat value instead of
0xff to fix the above problem.
Signed-off-by: Tejun Heo <htejun@gmail.com>
drivers/ata/ahci.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Jeff Garzik <jeff@garzik.org>
18 years ago
..
Kconfig
…
Makefile
…
ahci.c
ahci: use 0x80 as wait stat value instead of 0xff
18 years ago
ata_generic.c
libata: set_mode, Fix the FIXME
18 years ago
ata_piix.c
…
libata-core.c
libata: set_mode, Fix the FIXME
18 years ago
libata-eh.c
libata: fix handling of port actions in per-dev action mask
18 years ago
libata-scsi.c
libata: Fixup n_elem initialization
18 years ago
libata-sff.c
libata-sff: Don't call bmdma_stop on non DMA capable controllers
18 years ago
libata.h
…
pata_ali.c
…
pata_amd.c
…
pata_artop.c
…
pata_atiixp.c
…
pata_cmd64x.c
libata cmd64x: whack into a shape that looks like the documentation
18 years ago
pata_cs5520.c
…
pata_cs5530.c
…
pata_cs5535.c
…
pata_cypress.c
…
pata_efar.c
…
pata_hpt3x2n.c
libata hpt3xn: Hopefully sort out the DPLL logic versus the vendor code
18 years ago
pata_hpt3x3.c
…
pata_hpt37x.c
…
pata_hpt366.c
…
pata_isapnp.c
…
pata_it821x.c
libata: set_mode, Fix the FIXME
18 years ago
pata_ixp4xx_cf.c
libata: set_mode, Fix the FIXME
18 years ago
pata_jmicron.c
…
pata_legacy.c
libata: set_mode, Fix the FIXME
18 years ago
pata_marvell.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
libata: set_mode, Fix the FIXME
18 years ago
pata_sc1200.c
…
pata_serverworks.c
…
pata_sil680.c
…
pata_sis.c
…
pata_sl82c105.c
…
pata_triflex.c
…
pata_via.c
…
pata_winbond.c
…
pdc_adma.c
…
sata_mv.c
sata_mv HighPoint 2310 support (88SX7042)
18 years ago
sata_nv.c
sata_nv: don't rely on NV_INT_DEV indication with ADMA
18 years ago
sata_promise.c
…
sata_promise.h
…
sata_qstor.c
…
sata_sil.c
…
sata_sil24.c
…
sata_sis.c
…
sata_svw.c
…
sata_sx4.c
…
sata_uli.c
libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uli
18 years ago
sata_via.c
sata_via: style clean up, no indirect method call in LLD
18 years ago
sata_vsc.c
…