summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_init.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus'James Bottomley2007-01-311-37/+39
|\
| * [SCSI] qla2xxx: Correct reset handling logic.Andrew Vasquez2007-01-031-3/+5
| * [SCSI] qla2xxx: make qla2x00_reg_remote_port() staticAdrian Bunk2007-01-031-34/+34
* | [SCSI] qla2xxx: Fixup printk() with proper new-line character.Andrew Vasquez2007-01-311-1/+1
* | [SCSI] qla2xxx: Fail initialization when inconsistent NVRAM detected.Andrew Vasquez2007-01-311-111/+14
* | [SCSI] qla2xxx: Refactor set-HBA-model/description code.Andrew Vasquez2007-01-311-46/+37
* | [SCSI] qla2xxx: Set correct cabling state during initialization.Andrew Vasquez2007-01-311-1/+1
* | [SCSI] qla2xxx: Export OptionROM boot-codes version information.Andrew Vasquez2007-01-311-0/+4
* | [SCSI] qla2xxx: Add MSI-X support.Andrew Vasquez2007-01-311-0/+2
|/
* [SCSI] qla2xxx: defer topology discovery to DPC thread during initialization.Andrew Vasquez2006-11-221-85/+9
* [SCSI] qla2xxx: Workaround D3 power-management issues.Andrew Vasquez2006-10-251-0/+21
* [SCSI] Maintain module-parameter name consistency with qla2xxx/qla4xxx.Andrew Vasquez2006-10-251-1/+1
* [PATCH] fix qla{2,4} build errorFrederik Deweerdt2006-10-051-1/+1
* [SCSI] qla2xxx: Add support for fabric name FC transport attribute.Andrew Vasquez2006-10-031-1/+2
* [SCSI] qla2xxx: Add iIDMA support.Andrew Vasquez2006-10-031-0/+81
* [SCSI] qla2xxx: Properly re-enable EFT support after an ISP abort.Andrew Vasquez2006-08-261-0/+11
* [SCSI] qla2xxx: make some more functions staticAdrian Bunk2006-06-301-3/+5
* Merge ../linux-2.6/James Bottomley2006-06-281-2/+1
|\
| * [PATCH] drivers: use list_move()Akinobu Mita2006-06-261-2/+1
* | [SCSI] qla2xxx: Correctly set the firmware NOS/OLS timeout during initializat...Andrew Vasquez2006-06-261-2/+1
* | [SCSI] qla2xxx: Correct 'loop-down' determination logic in qla2x00_fw_ready().Andrew Vasquez2006-06-261-2/+1
* | [SCSI] qla2xxx: Add support for extended error logging.Andrew Vasquez2006-06-261-0/+2
* | [SCSI] qla2xxx: Cleanup DEBUG macro usage.Andrew Vasquez2006-06-261-5/+5
* | [SCSI] qla2xxx: Add NVRAM 'Disable Serdes' bit support.Andrew Vasquez2006-06-261-0/+13
* | [SCSI] qla2xxx: Rework firmware-trace facilities.Andrew Vasquez2006-06-261-14/+90
|/
* [SCSI] qla2xxx: Correct issue where driver improperly issued SNS commands in ...Andrew Vasquez2006-05-201-0/+3
* [SCSI] qla2xxx: Consolidate firmware-dump handling across ISPs.Andrew Vasquez2006-05-201-9/+18
* [SCSI] qla2xxx: Remove obsolete firmware-loader-module support.Andrew Vasquez2006-05-201-133/+1
* [SCSI] qla2xxx: Remove unused port-type RSCN handling code.Andrew Vasquez2006-05-201-17/+0
* [SCSI] qla2xxx: Drop unused driver cruft.Andrew Vasquez2006-05-201-17/+0
* [SCSI] qla2xxx: Add support for alternate WWN NVRAM setting.Andrew Vasquez2006-05-201-0/+12
* [SCSI] qla2xxx: Correct endianess comparisons during ISP24xx NVRAM configurat...Andrew Vasquez2006-05-201-3/+3
* [SCSI] qla2xxx: ABBA lock ordering fix.Andrew Vasquez2006-05-201-14/+1
* [SCSI] qla2xxx: Update ISP24xx firwmare loading heuristics.Andrew Vasquez2006-05-201-83/+93
* [SCSI] qla2xxx: Correct FCAL login retry logic for ISP24xx.andrew.vasquez@qlogic.com2006-03-121-2/+2
* [SCSI] qla2xxx: Further restrict ZIO mode support.andrew.vasquez@qlogic.com2006-03-121-0/+4
* [SCSI] qla2xxx: Add VPD sysfs attribute.andrew.vasquez@qlogic.com2006-03-121-1/+5
* [SCSI] qla2xxx: NVRAM id-list updates.andrew.vasquez@qlogic.com2006-03-121-3/+3
* [SCSI] qla2xxx: Consolidate ISP63xx handling.andrew.vasquez@qlogic.com2006-03-121-0/+4
* [SCSI] qla2xxx: Add ISP54xx support.andrew.vasquez@qlogic.com2006-03-121-7/+7
* [SCSI] qla2xxx: Convert IS_QLA*() defines to bit-operations.andrew.vasquez@qlogic.com2006-03-121-0/+1
* [SCSI] qla2xxx: Add host-statistics FC transport attributes.andrew.vasquez@qlogic.com2006-02-041-1/+0
* [SCSI] qla2xxx: Drop legacy 'bypass lun scan for tape device' code.andrew.vasquez@qlogic.com2006-01-261-26/+0
* [SCSI] qla2xxx: Correct issue where the rport's upcall was not being made aft...andrew.vasquez@qlogic.com2006-01-261-2/+1
* [SCSI] qla2xxx: Correct synchronization issues during rport addition/deletion.andrew.vasquez@qlogic.com2006-01-261-16/+38
* [SCSI] qla2xxx: Disable port-type RSCN handling via driver state-machine.andrew.vasquez@qlogic.com2006-01-141-1/+2
* [SCSI] qla2xxx: Correct execution-throttle setting for ISP24xx.andrew.vasquez@qlogic.com2006-01-141-0/+2
* [SCSI] qla2xxx: Collapse load RISC RAM implementations.andrew.vasquez@qlogic.com2006-01-141-4/+4
* [SCSI] qla2xxx: Correct swing/emphasis settings for ISP24XX.andrew.vasquez@qlogic.com2006-01-141-3/+5
* [SCSI] qla2xxx: Correct issue where portstate does not transition during loop...andrew.vasquez@qlogic.com2006-01-141-0/+3