kernel-ark/drivers/scsi/qla2xxx
Andrew Vasquez d19044c32b [SCSI] qla2xxx: defer topology discovery to DPC thread during initialization.
Modify intialization semantics:

- perform basic hardware configuration only (as usual)
  - allocate resources
  - load and execute firmware

- defer link (transport) negotiations to the DPC thread
  - again the code in qla2x00_initialize_adapter() to stall probe()
    completion was needed for legacy-style scanning.
  - DPC thread stalls until probe() complete.

- before probe() completes, set DPC flags to perform loop-resync logic
  (similar to what's done during cable-insertion/removal).

Benefits: user does not have to wait 20+ seconds in case the FC cable
is unplugged during driver load, code consolidation (removal of
redundant link negotiation logic during initialize_adaoter()), and
finilly, the driver no longer needs to defer the fc_remote_port_add()
calls to hold off lun-scanning prior to returning from the probe()
function.

Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
2006-11-22 16:43:16 -06:00
..
Kconfig [SCSI] qla2xxx: Remove obsolete firmware-loader-module support. 2006-05-20 09:49:13 -05:00
Makefile [SCSI] qla2xxx: Remove obsolete firmware-loader-module support. 2006-05-20 09:49:13 -05:00
qla_attr.c [SCSI] qla2xxx: Check return value of sysfs_create_bin_file() usage. 2006-10-25 15:12:54 -07:00
qla_dbg.c [SCSI] qla2xxx: Rework firmware-trace facilities. 2006-06-26 16:20:44 -05:00
qla_dbg.h [SCSI] Maintain module-parameter name consistency with qla2xxx/qla4xxx. 2006-10-25 15:12:17 -07:00
qla_def.h [SCSI] qla2xxx: Correct QUEUE_FULL handling. 2006-10-25 15:13:08 -07:00
qla_devtbl.h [SCSI] qla2xxx: Resync with latest HBA SSID specification -- 2.2j. 2006-06-26 16:21:25 -05:00
qla_fw.h [SCSI] qla2xxx: Correctly set the firmware NOS/OLS timeout during initialization. 2006-06-26 16:25:34 -05:00
qla_gbl.h [SCSI] qla2xxx: Correct QUEUE_FULL handling. 2006-10-25 15:13:08 -07:00
qla_gs.c [SCSI] qla2xxx: Add support for system hostname FC transport attribute. 2006-10-03 17:28:46 -05:00
qla_init.c [SCSI] qla2xxx: defer topology discovery to DPC thread during initialization. 2006-11-22 16:43:16 -06:00
qla_inline.h IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
qla_iocb.c [SCSI] qla2xxx: Correct endianess problem while issuing a Marker IOCB on ISP24xx. 2006-08-06 11:29:45 -05:00
qla_isr.c [SCSI] qla2xxx: Correct QUEUE_FULL handling. 2006-10-25 15:13:08 -07:00
qla_mbx.c [SCSI] qla2xxx: Add iIDMA support. 2006-10-03 17:28:38 -05:00
qla_os.c [SCSI] qla2xxx: defer topology discovery to DPC thread during initialization. 2006-11-22 16:43:16 -06:00
qla_settings.h [SCSI] qla2xxx: Drop unused driver cruft. 2006-05-20 09:43:22 -05:00
qla_sup.c [SCSI] qla2xxx: make some functions static 2006-11-15 16:42:35 -06:00
qla_version.h [SCSI] qla2xxx: Update version number to 8.01.07-k3. 2006-10-25 15:13:12 -07:00