aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_os.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-16[SCSI] qla2xxx: Explicitly tear-down vports during PCI remove_one().Andrew Vasquez1-3/+10
2008-08-16[SCSI] qla2xxx: Reference proper ha during SBR handling.Andrew Vasquez1-1/+2
2008-08-16[SCSI] qla2xxx: Don't leak SG-DMA mappings while aborting commands.Andrew Vasquez1-2/+0
2008-07-26[SCSI] qla2xxx: Additional NPIV corrections.Andrew Vasquez1-2/+4
2008-07-26[SCSI] qla2xxx: suppress uninitialized-var warningAndrew Morton1-1/+1
2008-07-26[SCSI] qla2xxx: Correct rport/fcport visibility-state handling during loop-resync.Seokmann Ju1-2/+3
2008-07-26[SCSI] qla2xxx: Correct fcport state-management during loss.Seokmann Ju1-10/+3
2008-07-26[SCSI] qla2xxx: Allow the user the option of disabling iIDMA.Andrew Vasquez1-0/+7
2008-07-26[SCSI] qla2xxx: Cleanup NPIV related functionsSeokmann Ju1-7/+1
2008-07-26[SCSI] qla2xxx: Set an rport's dev_loss_tmo value in a consistent manner.Andrew Vasquez1-1/+1
2008-07-26[SCSI] qla2xxx: Add dev_loss_tmo_callbk/terminate_rport_io callback support.Seokmann Ju1-13/+40
2008-05-30[SCSI] qla2xxx: Correct handling of AENs postings for vports.Seokmann Ju1-6/+8
2008-05-15[SCSI] qla2xxx: Convert vport_sem to a mutexmatthias@kaehlcke.net1-1/+1
2008-05-15[SCSI] qla2xxx: firmware semaphore to mutexDaniel Walker1-5/+6
2008-05-15[SCSI] qla2xxx: Display driver version at module init-time.Andrew Vasquez1-1/+2
2008-04-27[SCSI] qla2xxx: Correct regression in relogin code.Andrew Vasquez1-1/+1
2008-04-27[SCSI] qla2xxx: qla_os.c, make 2 functions staticAdrian Bunk1-2/+2
2008-04-27[SCSI] qla2xxx: Re-register FDMI information after a LIP.Andrew Vasquez1-1/+1
2008-04-27[SCSI] qla2xxx: Wakeup DPC thread to process any deferred-work requests.Andrew Vasquez1-0/+4
2008-04-07[SCSI] qla2xxx: Check DFLG_NO_CABLE only on physical port.Seokmann Ju1-1/+2
2008-04-07[SCSI] qla2xxx: Add ISP84XX support.Harihara Kadayam1-2/+15
2008-04-07[SCSI] qla2xxx: Add midlayer target/device reset support.Andrew Vasquez1-153/+101
2008-04-07[SCSI] qla2xxx: Use PCI-SIG nomenclature for PCIe bandwidth units.Andrew Vasquez1-2/+2
2008-04-07[SCSI] qla2xxx: Cruft cleanup of functions and structures.Andrew Vasquez1-60/+2
2008-04-07[SCSI] qla2xxx: Add hardware trace-logging support.Andrew Vasquez1-0/+23
2008-04-07[SCSI] qla2xxx: Add FC-transport Asynchronous Event Notification support.Andrew Vasquez1-0/+73
2008-04-07[SCSI] qla2xxx: Remove unused and obsolete #define's.Andrew Vasquez1-9/+0
2008-04-07[SCSI] qla2xxx: Update copyright banner.Andrew Vasquez1-1/+1
2008-02-07[SCSI] qla2xxx: Correct issue where vport-state was not updated during an ISP_ABORT_NEEDED requst.Seokmann Ju1-0/+15
2008-02-07[SCSI] qla2xxx: Move RISC-interrupt-register modifications to qla2x00_request_irqs().Andrew Vasquez1-18/+0
2008-02-07[SCSI] qla2xxx: Consolidate RISC-parity enablement codes.Andrew Vasquez1-12/+0
2008-02-07[SCSI] qla2xxx: Cleanse memory allocation logic during probe.Andrew Vasquez1-230/+98
2008-02-07[SCSI] qla2xxx: Cleanup any outstanding SRB resources during shutdown.Andrew Vasquez1-4/+26
2008-02-07[SCSI] qla2xxx: Add MODULE_FIRMWARE hint for ISP25XX firmware.Andrew Vasquez1-0/+1
2008-02-01PCI: Remove users of pci_enable_device_bars()Benjamin Herrenschmidt1-4/+17
2008-01-30[SCSI] remove use_sg_chainingJames Bottomley1-2/+0
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-51/+29
2008-01-23[SCSI] qla2xxx: Add Fibre Channel Event (FCE) tracing support.Andrew Vasquez1-0/+11
2008-01-23[SCSI] qla2xxx: Trace-Control naming cleanups.Andrew Vasquez1-1/+1
2008-01-23[SCSI] qla2xxx: Code cleanups.Adrian Bunk1-14/+6
2008-01-23[SCSI] qla2xxx: Use completion routines.Marcus Barrow1-19/+3
2008-01-23[SCSI] qla2xxx: Don't schedule the DPC routine to perform an issue-lip request.Andrew Vasquez1-2/+1
2008-01-23[SCSI] qla2xxx: Fix for 32-bit platforms with 64-bit resources.Andrew Vasquez1-15/+7
2008-01-14scsi/qla2xxx/qla_os.c section fixAdrian Bunk1-2/+2
2007-10-23[SCSI] qla2xxx: Make driver (mostly) legacy I/O port free.Andrew Vasquez1-20/+30
2007-10-16[SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori1-0/+2
2007-10-12[SCSI] qla2xxx: Use shost_priv().Andrew Vasquez1-10/+10
2007-10-12[SCSI] qla2xxx: Correct infinite-login-retry issue.Ravi Anand1-1/+3
2007-10-12[SCSI] qla2xxx: Add PCI error recovery support.Seokmann Ju1-0/+114
2007-10-12[SCSI] qla2xxx: Add flash burst-read/write support.Andrew Vasquez1-1/+1