summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla2xxx/qla_os.c
AgeCommit message (Expand)Author
2006-02-07[PATCH] qla2xxx: Remove bogus debug-code.andrew.vasquez@qlogic.com
2006-02-07[PATCH] qla2xxx: Close window on race between rport removal and fcport transi...andrew.vasquez@qlogic.com
2006-02-04[SCSI] qla2xxx: Add support to retrieve/update HBA option-rom.andrew.vasquez@qlogic.com
2006-02-04[SCSI] qla2xxx: Add beacon support via class-device attribute.andrew.vasquez@qlogic.com
2006-02-04[SCSI] qla2xxx: Add port-speed FC transport attribute.andrew.vasquez@qlogic.com
2006-01-26[SCSI] qla2xxx: Correct issue where the rport's upcall was not being made aft...andrew.vasquez@qlogic.com
2006-01-26[SCSI] qla2xxx: Correct synchronization issues during rport addition/deletion.andrew.vasquez@qlogic.com
2006-01-14[SCSI] qla2xxx: Disable port-type RSCN handling via driver state-machine.andrew.vasquez@qlogic.com
2005-12-13[SCSI] qla2xxx: fix compile error caused by pci_dev.owner moveJames Bottomley
2005-12-13[SCSI] qla2xxx: Add support for embedded ISP24xx firmware.Andrew Vasquez
2005-12-13[SCSI] qla2xxx: Add full firmware(-request) hotplug support for all ISPs.Andrew Vasquez
2005-10-28[SCSI] update fc_transport for removal of block/unblock functionsJames.Smart@Emulex.Com
2005-10-28[SCSI] Add an 'Issue LIP' device attribute in fc_transport classAndrew Vasquez
2005-10-28[SCSI] qla2xxx: put back label erroneously removed by eh_active patchJames Bottomley
2005-10-28[SCSI] qla2xxx: remove eh_active checks in qla2xxx error handlingAndrew Vasquez
2005-10-28[SCSI] qla2xxx: Update license.Andrew Vasquez
2005-10-28[SCSI] qla2xxx: Add support to dynamically enable/disable ZIO.Andrew Vasquez
2005-10-25[PATCH] qlogic lockup fixAndrew Morton
2005-09-04[SCSI] qla2xxx: Stop firmware execution at unintialization time.Andrew Vasquez
2005-09-04[SCSI] qla2xxx: Replace schedule_timeout().Andrew Vasquez
2005-09-04[SCSI] qla2xxx: Remove bad call to fc_remove_host() during probe failure.Andrew Vasquez
2005-09-04[SCSI] qla2xxx: Add host attributes.Andrew Vasquez
2005-09-04[SCSI] qla2xxx: Add change_queue_depth/type() API support.Andrew Vasquez
2005-09-04[SCSI] qla2xxx: Simplify redundant target/device reset logic.Andrew Vasquez
2005-09-04[SCSI] qla2xxx: Add FDMI support.Andrew Vasquez
2005-09-04[SCSI] qla2xxx: Use dma_get_required_mask() in determining the 'ideal' DMA mask.Andrew Vasquez
2005-07-14[SCSI] qla2xxx: Cleanup FC remote port registration.Andrew Vasquez
2005-07-14[SCSI] qla2xxx: Add firmware version number to qla24xx_fw_version_str().Andrew Vasquez
2005-07-14[SCSI] qla2xxx: Update copyright banner.Andrew Vasquez
2005-07-14[SCSI] qla2xxx: Code scrubbing.Andrew Vasquez
2005-07-14[SCSI] qla2xxx: Add OS initialization codes for ISP24xx recognition.Andrew Vasquez
2005-07-14[SCSI] qla2xxx: Add ISP24xx initialization routines.Andrew Vasquez
2005-07-14[SCSI] qla2xxx: Add ISP24xx flash-manipulation routines.Andrew Vasquez
2005-07-14[SCSI] qla2xxx: Add MBX command routines for ISP24xx support.Andrew Vasquez
2005-07-14[SCSI] qla2xxx: Add ISP24xx definitions.Andrew Vasquez
2005-07-14[SCSI] qla2xxx: Factor-out ISP specific functions to method-based call tables.Andrew Vasquez
2005-06-17merge by hand (qla_os.c mismerge)James Bottomley
2005-06-17merge by hand (fix up qla_os.c merge error)James Bottomley
2005-06-17[SCSI] allow sleeping in ->eh_host_reset_handler()Jeff Garzik
2005-06-17[SCSI] allow sleeping in ->eh_bus_reset_handler()Jeff Garzik
2005-06-17[SCSI] allow sleeping in ->eh_device_reset_handler()Jeff Garzik
2005-06-17[SCSI] allow sleeping in ->eh_abort_handler()Jeff Garzik
2005-06-11[SCSI] qla2xxx: Pull-down scsi-host-addition to follow board initialization.Andrew Vasquez
2005-06-03[SCSI] qla2xxx: fix bad locking during eh_abortAndrew Vasquez
2005-05-20[SCSI] remove some dead code in qla2xxxAndrew Vasquez
2005-04-21[SCSI] qla2xxx: remove a transport #includeAndrew Vasquez
2005-04-18[PATCH] qla2xxx: remove /proc interface
2005-04-18[PATCH] qla2xxx: remove lun discovery codes...
2005-04-18[PATCH] qla2xxx: add remote port codes...
2005-04-18[PATCH] qla2xxx: remove internal queuing...