linux/drivers/scsi
James.Smart@Emulex.Com 875fbdfe9b [SCSI] lpfc 8.1.1 : Add polled-mode support
- Add functionality to run in polled mode only. Includes run time
  attribute to enable mode.
- Enable runtime writable hba settings for coallescing and delay parameters

Customers have requested a mode in the driver to run strictly polled.
This is generally to support an environment where the server is extremely
loaded and is looking to reclaim some cpu cycles from adapter interrupt
handling.

This patch adds a new "poll" attribute, and the following behavior:

if value is 0 (default):
  The driver uses the normal method for i/o completion. It uses the
  firmware feature of interrupt coalesing. The firmware allows a
  minimum number of i/o completions before an interrupt, or a maximum
  time delay between interrupts.  By default, the driver sets these
  to no delay (disabled) or 1 i/o - meaning coalescing is disabled.

  Attributes were provided to change the coalescing values, but it was
  a module-load time only and global across all adapters.
  This patch allows them to be writable on a per-adapter basis.

if value is 1 :
  Interrupts are left enabled, expecting that the user has tuned the
  interrupt coalescing values. When this setting is enabled, the driver
  will attempt to service completed i/o whenever new i/o is submitted
  to the adapter. If the coalescing values are large, and the i/o
  generation rate steady, an interrupt will be avoided by servicing
  completed i/o prior to the coalescing thresholds kicking in. However,
  if the i/o completion load is high enough or i/o generation slow, the
  coalescion values will ensure that completed i/o is serviced in a timely
  fashion.

if value is 3 :
  Turns off FCP i/o interrupts altogether. The coalescing values now have
  no effect. A new attribute "poll_tmo" (default 10ms) exists to set
  the polling interval for i/o completion. When this setting is enabled,
  the driver will attempt to service completed i/o and restart the
  interval timer whenever new i/o is submitted. This behavior allows for
  servicing of completed i/o sooner than the interval timer, but ensures
  that if no i/o is being issued, then the interval timer will kick in
  to service the outstanding i/o.

Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2005-12-13 18:34:14 -07:00
..
aacraid [SCSI] aacraid: Check scsi_bios_ptabe return code 2005-12-01 15:59:44 -06:00
aic7xxx [SCSI] aic7xxx: reset handler selects a wrong command 2005-11-28 12:28:26 -06:00
aic7xxx_old Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 [SCSI] lpfc 8.1.1 : Add polled-mode support 2005-12-13 18:34:14 -07:00
megaraid [SCSI] megaraid_{mbox,mm} : remove PCI Id overlaping between megaraid_legacy and megaraid_{mbox,mm} 2005-12-13 18:10:56 -07:00
pcmcia [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
qla2xxx [SCSI] qla2xxx: fix compile error caused by pci_dev.owner move 2005-12-13 18:12:07 -07:00
sym53c8xx_2 [SCSI] sym2: Version 2.2.2 2005-12-13 18:11:50 -07: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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
53c7xx_d.h_shipped Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
53c7xx_u.h_shipped Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
53c700_d.h_shipped Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
a100u2w.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
a100u2w.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
ahci.c [libata] bump versions 2005-11-16 11:06:59 -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] bump versions 2005-11-16 11:06:59 -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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 [SCSI] Mark some core scsi data structures const 2005-12-13 18:11:01 -07:00
constants.c [SCSI] Mark some core scsi data structures const 2005-12-13 18:11:01 -07: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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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] drivers/scsi/dpt_i2o.c: fix a NULL pointer dereference 2005-11-27 20:23:46 -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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
eata_pio.c [SCSI] use sfoo_printk() in drivers 2005-10-28 21:04:15 -05:00
eata_pio.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
esp.c [PATCH] drivers/scsi NULL noise removal 2005-04-26 07:43:42 -07:00
esp.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gdth_kcompat.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
gdth_proc.c [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
gdth_proc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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: remove ide_driver_t.owner field 2005-11-18 22:15:40 +01:00
imm.c [SCSI] use scmd_id(), scmd_channel() throughout code 2005-10-28 21:10:16 -05:00
imm.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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: Driver initialization fix for kexec/kdump 2005-12-13 18:10:58 -07:00
ipr.h [SCSI] ipr: Driver initialization fix for kexec/kdump 2005-12-13 18:10:58 -07: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: check header digests for mgmt tasks 2005-12-13 18:12:03 -07:00
iscsi_tcp.h [SCSI] iscsi: lower queue depth 2005-12-13 18:12:00 -07:00
jazz_esp.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
Kconfig [libata sata_mv] note driver is "HIGHLY EXPERIMENTAL" in Kconfig 2005-11-12 12:40:41 -05:00
lasi700.c [PARISC] Update scsi drivers from parisc tree 2005-10-21 22:57:43 -04:00
libata-core.c [PATCH] libata-core.c: fix parameter bug on kunmap_atomic() calls 2005-12-12 23:19:28 -05:00
libata-scsi.c [PATCH] libata: fix ata_scsi_pass_thru error handling 2005-12-03 20:31:16 -05:00
libata.h [libata] bump versions 2005-11-16 11:06:59 -05:00
mac53c94.c [PATCH] openfirmware: generate device table for userspace 2005-07-06 12:55:20 -07:00
mac53c94.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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] megaraid_legacy: removed PCI ID overlap from the driv er 2005-12-13 18:10:52 -07: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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 [PATCH] finally fix 53c700 to use the generic iomem infrastructure 2005-04-16 20:09:43 -05:00
NCR_D700.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
NCR_Q720.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
NCR_Q720.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nsp32_io.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
oktagon_esp.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
oktagon_io.S Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
osst.c [PATCH] drivers/scsi: fix-up schedule_timeout() usage 2005-11-07 07:53:59 -08:00
osst.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
osst_detect.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
osst_options.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
psi240i.c [SCSI] remove Scsi_Host_Template typedef 2005-11-09 15:44:09 -05:00
psi240i.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
psi_chip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
qlogicpti.c [QLOGICPTI]: Handle INQUIRY response sniffing correctly. 2005-10-14 13:44:32 -07:00
qlogicpti.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
qlogicpti_asm.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
raid_class.c [SCSI] Mark some core scsi data structures const 2005-12-13 18:11:01 -07:00
sata_mv.c [libata sata_mv] update copyright, driver version 2005-11-18 14:04:23 -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] bump versions 2005-11-16 11:06:59 -05:00
sata_promise.h [libata] license change, other bits 2005-08-28 20:18:39 -04:00
sata_qstor.c [libata] bump versions 2005-11-16 11:06:59 -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: make error_intr less verbose 2005-11-18 13:11:39 -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] bump versions 2005-11-16 11:06:59 -05:00
sata_sx4.c [libata] bump versions 2005-11-16 11:06:59 -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] bump versions 2005-11-16 11:06:59 -05:00
script_asm.pl Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi.c [PATCH] Fix a bug in scsi_get_command 2005-11-22 09:13:44 -08: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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_devinfo.c [SCSI] correct some dropped const compiler warnings 2005-12-13 18:12:05 -07: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] scsi_lib: stricter checks for clearing use_10_for_rw 2005-12-13 18:11:11 -07:00
scsi_logging.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_module.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_priv.h [SCSI] correct some dropped const compiler warnings 2005-12-13 18:12:05 -07:00
scsi_proc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_scan.c [SCSI] Mark some core scsi data structures const 2005-12-13 18:11:01 -07:00
scsi_sysctl.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
scsi_sysfs.c [SCSI] Mark some core scsi data structures const 2005-12-13 18:11:01 -07:00
scsi_transport_fc.c [SCSI] Mark some core scsi data structures const 2005-12-13 18:11:01 -07: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] Delete trailing full stop 2005-12-13 18:11:09 -07:00
scsi_typedefs.h [SCSI] remove Scsi_Device typedef 2005-11-09 15:48:20 -05:00
scsicam.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 [SCSI] sg: fix a bug in st_map_user_pages failure path 2005-12-02 10:24:22 -06:00
sgiwd93.c Merge by hand (whitespace conflicts in libata.h) 2005-11-10 08:29:07 -06:00
sim710.c [PATCH] finally fix 53c700 to use the generic iomem infrastructure 2005-04-16 20:09:43 -05:00
sr.c [SCSI] Mark some core scsi data structures const 2005-12-13 18:11:01 -07: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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
st.c [SCSI] Mark some core scsi data structures const 2005-12-13 18:11:01 -07: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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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 Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
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