summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_init.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-20[SCSI] qla2xxx: Drop unused driver cruft.Andrew Vasquez1-17/+0
2006-05-20[SCSI] qla2xxx: Add support for alternate WWN NVRAM setting.Andrew Vasquez1-0/+12
2006-05-20[SCSI] qla2xxx: Correct endianess comparisons during ISP24xx NVRAM configurat...Andrew Vasquez1-3/+3
2006-05-20[SCSI] qla2xxx: ABBA lock ordering fix.Andrew Vasquez1-14/+1
2006-05-20[SCSI] qla2xxx: Update ISP24xx firwmare loading heuristics.Andrew Vasquez1-83/+93
2006-03-12[SCSI] qla2xxx: Correct FCAL login retry logic for ISP24xx.andrew.vasquez@qlogic.com1-2/+2
2006-03-12[SCSI] qla2xxx: Further restrict ZIO mode support.andrew.vasquez@qlogic.com1-0/+4
2006-03-12[SCSI] qla2xxx: Add VPD sysfs attribute.andrew.vasquez@qlogic.com1-1/+5
2006-03-12[SCSI] qla2xxx: NVRAM id-list updates.andrew.vasquez@qlogic.com1-3/+3
2006-03-12[SCSI] qla2xxx: Consolidate ISP63xx handling.andrew.vasquez@qlogic.com1-0/+4
2006-03-12[SCSI] qla2xxx: Add ISP54xx support.andrew.vasquez@qlogic.com1-7/+7
2006-03-12[SCSI] qla2xxx: Convert IS_QLA*() defines to bit-operations.andrew.vasquez@qlogic.com1-0/+1
2006-02-05[SCSI] qla2xxx: Add host-statistics FC transport attributes.andrew.vasquez@qlogic.com1-1/+0
2006-01-26[SCSI] qla2xxx: Drop legacy 'bypass lun scan for tape device' code.andrew.vasquez@qlogic.com1-26/+0
2006-01-26[SCSI] qla2xxx: Correct issue where the rport's upcall was not being made aft...andrew.vasquez@qlogic.com1-2/+1
2006-01-26[SCSI] qla2xxx: Correct synchronization issues during rport addition/deletion.andrew.vasquez@qlogic.com1-16/+38
2006-01-14[SCSI] qla2xxx: Disable port-type RSCN handling via driver state-machine.andrew.vasquez@qlogic.com1-1/+2
2006-01-14[SCSI] qla2xxx: Correct execution-throttle setting for ISP24xx.andrew.vasquez@qlogic.com1-0/+2
2006-01-14[SCSI] qla2xxx: Collapse load RISC RAM implementations.andrew.vasquez@qlogic.com1-4/+4
2006-01-14[SCSI] qla2xxx: Correct swing/emphasis settings for ISP24XX.andrew.vasquez@qlogic.com1-3/+5
2006-01-14[SCSI] qla2xxx: Correct issue where portstate does not transition during loop...andrew.vasquez@qlogic.com1-0/+3
2005-12-16Merge by hand (conflicts in scsi_lib.c)James Bottomley1-3/+3
2005-12-14[SCSI] qla2xxx: Add support for embedded ISP24xx firmware.Andrew Vasquez1-0/+61
2005-12-14[SCSI] qla2xxx: Add full firmware(-request) hotplug support for all ISPs.Andrew Vasquez1-52/+137
2005-12-07[SCSI] qla2xxx: Correct mis-handling of AENs.Andrew Vasquez1-3/+3
2005-11-10[SCSI] qla2xxx: Correct ISP24xx soft-reset handling.Andrew Vasquez1-3/+4
2005-11-10[SCSI] qla2xxx: Correct loop-in-transition issuesRavi Anand1-8/+13
2005-11-07[PATCH] kfree cleanup: drivers/scsiJesper Juhl1-11/+5
2005-10-29[SCSI] update fc_transport for removal of block/unblock functionsJames.Smart@Emulex.Com1-3/+23
2005-10-28[SCSI] qla2xxx: Update license.Andrew Vasquez1-15/+3
2005-10-28[SCSI] qla2xxx: Add support to dynamically enable/disable ZIO.Andrew Vasquez1-13/+40
2005-10-28[SCSI] qla2xxx: Correct issue where fcport is prematurely marked DEAD.Andrew Vasquez1-1/+1
2005-10-28[PATCH] gfp_t: drivers/scsiAl Viro1-1/+1
2005-09-17[PATCH] qla2xxx: Use dword accessors for PCI_ROM_ADDRESSAdam Kropelin1-9/+12
2005-09-10[SCSI] qla2xxx: use wwn_to_u64() transport helperAndrew Vasquez1-2/+2
2005-09-05[SCSI] qla2xxx: Correct LED scheme definition.Andrew Vasquez1-1/+1
2005-09-05[SCSI] qla2xxx: Correct domain/area exclusion logic.Andrew Vasquez1-1/+8
2005-09-05[SCSI] qla2xxx: Add FDMI support.Andrew Vasquez1-0/+6
2005-09-05[SCSI] qla2xxx: Export class-of-service (COS) information.Andrew Vasquez1-0/+7
2005-07-14[SCSI] qla2xxx: Cleanup FC remote port registration.Andrew Vasquez1-7/+10
2005-07-14[SCSI] qla2xxx: Consolidate ISP24xx chip reset logic.Andrew Vasquez1-47/+31
2005-07-14[SCSI] qla2xxx: Correct maximum supported lun and target-id definitions.Andrew Vasquez1-1/+2
2005-07-14[SCSI] qla2xxx: Update copyright banner.Andrew Vasquez1-1/+1
2005-07-14[SCSI] qla2xxx: Code scrubbing.Andrew Vasquez1-28/+28
2005-07-14[SCSI] qla2xxx: Add ISP24xx initialization routines.Andrew Vasquez1-135/+838
2005-07-14[SCSI] qla2xxx: Add MBX command routines for ISP24xx support.Andrew Vasquez1-8/+25
2005-07-14[SCSI] qla2xxx: Add ISP24xx definitions.Andrew Vasquez1-26/+23
2005-07-14[SCSI] qla2xxx: Factor-out ISP specific functions to method-based call tables.Andrew Vasquez1-117/+135
2005-05-20[SCSI] remove some dead code in qla2xxxAndrew Vasquez1-32/+1
2005-04-18[PATCH] qla2xxx: remove lun discovery codes...1-848/+16