alistair23-linux/drivers/scsi
Albert Lee 75b1f2f865 [PATCH] libata: honor the transfer cycle time speficied by the EIDE device
The following code segment is not functional because the transfer cycle time speficied by
  the EIDE device is later overwritten by ata_timing_quantize():

	/*
	 * If the drive is an EIDE drive, it can tell us it needs extended
	 * PIO/MW_DMA cycle timing.
	 */
	if (adev->id[ATA_ID_FIELD_VALID] & 2) {	/* EIDE drive */
		memset(&p, 0, sizeof(p));
		(snip)
		ata_timing_merge(&p, t, t, ATA_TIMING_CYCLE | ATA_TIMING_CYC8B);
               <== uninitialized "t" is used here
	}

	/*
	 * Convert the timing to bus clock counts.
	 */
	ata_timing_quantize(s, t, T, UT);  <== t is overwritten by quantized s

  The patch has been submitted for ide-timing.h before:
  http://marc.theaimsgroup.com/?l=linux-ide&m=110820013425454&w=2
  Resubmitted for libata.

Changes:
  - Minor fix to honor the following transfer cycle time speficied by the device
    - id[65]: Minimum Multiword DMA transfer cycle time per word
    - id[67]: Minimum PIO transfer cycle time without flow control
    - id[68]: Minimum PIO transfer cycle time with IORDY

Signed-off-by: Albert Lee <albertcc@tw.ibm.com>

=======
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-11-16 07:59:22 -05:00
..
aacraid [SCSI] aacraid: Fix read capacity 16 return data 2005-11-09 16:15:11 -05:00
aic7xxx Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
aic7xxx_old
arm [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
dpt [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
ibmvscsi merge filename and modify references to iseries/vio.h 2005-11-02 15:13:57 +11:00
lpfc [PATCH] lpfc build fix 2005-11-10 21:25:04 -08:00
megaraid Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
pcmcia [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
qla2xxx [SCSI] qla2xxx: Update version number to 8.01.03-k. 2005-11-09 16:19:44 -05:00
sym53c8xx_2 [PATCH] fix remaining missing includes 2005-11-07 07:53:41 -08:00
3w-9xxx.c [PATCH] kfree cleanup: drivers/scsi 2005-11-07 07:54:01 -08:00
3w-9xxx.h [SCSI] 3ware 9000: Add support for 9550SX controllers 2005-09-25 09:36:26 -05:00
3w-xxxx.c [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
3w-xxxx.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
53c7xx.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
53c7xx.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
53c7xx.scr
53c7xx_d.h_shipped
53c7xx_u.h_shipped
53c700.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
53c700.h [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
53c700.scr
53c700_d.h_shipped
a100u2w.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
a100u2w.h
a2091.c Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
a2091.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
a3000.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
a3000.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
advansys.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
advansys.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
aha152x.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
aha152x.h
aha1542.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
aha1542.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
aha1740.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
aha1740.h
ahci.c [libata ahci] command completion fixes, improved debug msgs 2005-11-15 14:03:47 -05:00
aic7xxx_old.c [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
amiga7xx.c Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
amiga7xx.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
ata_piix.c [libata] constify PCI ID table in several drivers 2005-11-10 11:04:11 -05:00
atari_dma_emul.c [PATCH] fix remaining missing includes 2005-11-07 07:53:41 -08:00
atari_NCR5380.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
atari_scsi.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
atari_scsi.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
atp870u.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
atp870u.h [SCSI] atp870u: fix memory addressing bug 2005-09-15 08:59:36 -05:00
blz1230.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
blz2060.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
BusLogic.c [SCSI] allow sleeping in ->eh_host_reset_handler() 2005-06-17 12:05:18 -05:00
BusLogic.h
bvme6000.c Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
bvme6000.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
ch.c Merge by Hand 2005-11-04 22:29:52 -06:00
constants.c [SCSI] move the mid-layer printk's over to shost/starget/sdev_printk 2005-10-28 14:23:02 -05:00
cyberstorm.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
cyberstormII.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
dc395x.c [PATCH] kfree cleanup: drivers/scsi 2005-11-07 07:54:01 -08:00
dc395x.h
dec_esp.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
dmx3191d.c [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
dpt_i2o.c [PATCH] kfree cleanup: drivers/scsi 2005-11-07 07:54:01 -08:00
dpti.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
dtc.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
dtc.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
eata.c [PATCH] kfree cleanup: drivers/scsi 2005-11-07 07:54:01 -08:00
eata_generic.h
eata_pio.c [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
eata_pio.h
esp.c [PATCH] drivers/scsi NULL noise removal 2005-04-26 07:43:42 -07:00
esp.h
fastlane.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
fcal.c [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
fcal.h [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
fd_mcs.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
fdomain.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
fdomain.h
FlashPoint.c [SCSI] drivers/scsi/FlashPoint.c: cleanups 2005-05-20 12:53:34 -05:00
g_NCR5380.c [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
g_NCR5380.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
g_NCR5380_mmio.c
gdth.c [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
gdth.h [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
gdth_ioctl.h
gdth_kcompat.h
gdth_proc.c [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
gdth_proc.h
gvp11.c Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
gvp11.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
hosts.c Merge by Hand 2005-11-04 22:29:52 -06:00
hosts.h
ibmmca.c Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
ibmmca.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
ide-scsi.c [PATCH] ide: ide-scsi fails to call idescsi_check_condition for things like "Medium not present" 2005-11-09 23:18:22 +01:00
imm.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
imm.h
in2000.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
in2000.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
initio.c [PATCH] turn many #if $undefined_string into #ifdef $undefined_string 2005-07-27 16:26:08 -07:00
initio.h [PATCH] drivers/scsi/initio.c: cleanups 2005-06-25 16:25:00 -07:00
ipr.c [SCSI] ipr: Better handle failure of adapter bringup commands 2005-11-06 13:12:56 -06:00
ipr.h [SCSI] ipr: Driver version 2.1.0 2005-11-06 13:13:11 -06:00
ips.c [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
ips.h Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
iscsi_tcp.c [SCSI] iscsi: add module version 2005-09-20 12:36:35 -05:00
iscsi_tcp.h [SCSI] open-iscsi/linux-iscsi-5 Initiator: Initiator header 2005-08-06 09:34:20 -05:00
jazz_esp.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
Kconfig [SCSI] remove the obsolete SCSI qlogicisp driver 2005-11-06 12:57:05 -06:00
lasi700.c [PARISC] Update scsi drivers from parisc tree 2005-10-21 22:57:43 -04:00
libata-core.c [PATCH] libata: honor the transfer cycle time speficied by the EIDE device 2005-11-16 07:59:22 -05:00
libata-scsi.c [libata] REQUEST SENSE handling fixes 2005-11-14 14:50:05 -05:00
libata.h [libata] REQUEST SENSE handling fixes 2005-11-14 14:50:05 -05:00
mac53c94.c [PATCH] openfirmware: generate device table for userspace 2005-07-06 12:55:20 -07:00
mac53c94.h
mac_esp.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
mac_scsi.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
mac_scsi.h [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
Makefile [SCSI] remove the obsolete SCSI qlogicisp driver 2005-11-06 12:57:05 -06:00
mca_53c9x.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
megaraid.c [SCSI] remove Scsi_Pointer typedef 2005-11-09 15:46:55 -05:00
megaraid.h [SCSI] megaraid (legacy): remove scsi_assign_lock usage 2005-11-06 12:51:48 -06:00
mesh.c [PATCH] Typo fix: explictly -> explicitly 2005-10-30 17:37:20 -08:00
mesh.h
mvme16x.c Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
mvme16x.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
mvme147.c Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
mvme147.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
ncr53c8xx.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
ncr53c8xx.h
NCR53C9x.c [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
NCR53C9x.h [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
NCR53c406a.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
NCR5380.c [PATCH] drivers/scsi: fix-up schedule_timeout() usage 2005-11-07 07:53:59 -08:00
NCR5380.h [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
NCR_D700.c
NCR_D700.h
NCR_Q720.c
NCR_Q720.h
nsp32.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
nsp32.h [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
nsp32_debug.c
nsp32_io.h
oktagon_esp.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
oktagon_io.S
osst.c [PATCH] drivers/scsi: fix-up schedule_timeout() usage 2005-11-07 07:53:59 -08:00
osst.h
osst_detect.h
osst_options.h
pas16.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
pas16.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
pci2000.h Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
pdc_adma.c [libata] constify PCI ID table in several drivers 2005-11-10 11:04:11 -05:00
pluto.c [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
pluto.h [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
ppa.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
ppa.h
psi240i.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
psi240i.h
psi_chip.h
ql1040_fw.h [SCSI] qla1280: update firmware 2005-05-20 12:53:13 -05:00
ql1280_fw.h [SCSI] qla1280: update firmware 2005-05-20 12:53:13 -05:00
ql12160_fw.h [SCSI] qla1280: update firmware 2005-05-20 12:53:13 -05:00
qla1280.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
qla1280.h [SCSI] qla1280: endianess annotations 2005-08-02 11:43:52 -05:00
qlogicfas.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
qlogicfas408.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
qlogicfas408.h [SCSI] Remove no-op implementations of SCSI EH hooks 2005-06-17 12:04:45 -05:00
qlogicfc.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
qlogicfc_asm.c
qlogicpti.c [QLOGICPTI]: Handle INQUIRY response sniffing correctly. 2005-10-14 13:44:32 -07:00
qlogicpti.h
qlogicpti_asm.c
raid_class.c Merge by hand (conflicts between pending drivers and kfree cleanups) 2005-11-08 12:50:26 -05:00
sata_mv.c [libata sata_mv] add Adaptec 1420SA PCI ID 2005-11-11 08:08:03 -05:00
sata_nv.c [libata] constify PCI ID table in several drivers 2005-11-10 11:04:11 -05:00
sata_promise.c [libata] constify PCI ID table in several drivers 2005-11-10 11:04:11 -05:00
sata_promise.h [libata] license change, other bits 2005-08-28 20:18:39 -04:00
sata_qstor.c [libata ahci, qstor] fix miscount of scatter/gather entries 2005-11-12 01:27:07 -05:00
sata_sil.c [libata] constify PCI ID table in several drivers 2005-11-10 11:04:11 -05:00
sata_sil24.c [PATCH] sil24: add constants 2005-11-16 07:11:42 -05:00
sata_sis.c [libata] constify PCI ID table in several drivers 2005-11-10 11:04:11 -05:00
sata_svw.c [libata] constify PCI ID table in several drivers 2005-11-10 11:04:11 -05:00
sata_sx4.c [libata] constify PCI ID table in several drivers 2005-11-10 11:04:11 -05:00
sata_uli.c [libata] constify PCI ID table in several drivers 2005-11-10 11:04:11 -05:00
sata_via.c [libata] constify PCI ID table in several drivers 2005-11-10 11:04:11 -05:00
sata_vsc.c [libata] constify PCI ID table in several drivers 2005-11-10 11:04:11 -05:00
script_asm.pl
scsi.c [SCSI] use {sdev,scmd,starget,shost}_printk in generic code 2005-10-28 20:52:11 -05:00
scsi.h [PATCH] remove old scsi data direction macros 2005-04-18 13:49:58 -05:00
scsi_debug.c Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
scsi_debug.h
scsi_devinfo.c [SCSI] 2.6.13.3; add Pioneer DRM-624x to drivers/scsi/scsi_devinfo.c 2005-10-17 12:24:04 -04:00
scsi_error.c [SCSI] use a completion in scsi_send_eh_cmnd 2005-11-06 12:49:36 -06:00
scsi_ioctl.c [SCSI] Fix issue reported by coverity in drivers/scsi/scsi_ioctl.c 2005-10-28 17:41:39 -05:00
scsi_lib.c [SCSI] fix usb storage oops 2005-11-08 16:09:53 -05:00
scsi_logging.h
scsi_module.c
scsi_priv.h [SCSI] use a completion in scsi_send_eh_cmnd 2005-11-06 12:49:36 -06:00
scsi_proc.c
scsi_scan.c [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
scsi_sysctl.c
scsi_sysfs.c [SCSI] Fix transport class oops 2005-11-06 12:31:30 -06:00
scsi_transport_fc.c Merge by Hand 2005-11-04 22:29:52 -06:00
scsi_transport_iscsi.c Merge by Hand 2005-11-04 22:29:52 -06:00
scsi_transport_sas.c [PATCH] fix remaining missing includes 2005-11-07 07:53:41 -08:00
scsi_transport_spi.c [SCSI] move the mid-layer printk's over to shost/starget/sdev_printk 2005-10-28 14:23:02 -05:00
scsi_typedefs.h [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
scsicam.c
sd.c [SCSI] sd: fix issue_flush 2005-11-09 09:31:46 -05:00
seagate.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
seagate.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
sg.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
sgiwd93.c Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
sim710.c
sr.c [SCSI] use {sdev,scmd,starget,shost}_printk in generic code 2005-10-28 20:52:11 -05:00
sr.h [SCSI] sr.c: Fix getting wrong size 2005-08-28 11:14:12 -05:00
sr_ioctl.c [SCSI] convert sr to scsi_execute_req 2005-08-28 11:34:07 -05:00
sr_vendor.c
st.c [PATCH] kfree cleanup: drivers/scsi 2005-11-07 07:54:01 -08:00
st.h [SCSI] drivers/scsi/st.c: add reference count and related fixes 2005-08-08 09:33:48 -05:00
st_options.h
sun3_NCR5380.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
sun3_scsi.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
sun3_scsi.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
sun3_scsi_vme.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
sun3x_esp.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
sym53c8xx_comm.h
sym53c8xx_defs.h [SCSI] ncr53c8xx: Cleanup namespace collision with ktimers 2005-10-26 22:24:02 -05:00
sym53c416.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
sym53c416.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
t128.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
t128.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
tmscsim.c [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
tmscsim.h
u14-34f.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
ultrastor.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
ultrastor.h [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
wd33c93.c [PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason 2005-11-09 07:55:57 -08:00
wd33c93.h
wd7000.c [SCSI] allow sleeping in ->eh_host_reset_handler() 2005-06-17 12:05:18 -05:00
zalon.c [PARISC] Convert parisc_device to use struct resource for hpa 2005-10-21 22:36:40 -04:00