aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2005-08-02[SCSI] qla1280: don't use bitfields for hardware access, parametersChristoph Hellwig2-83/+81
2005-08-02[SCSI] qla1280: don't use bitfields for hardware access in isp_configChristoph Hellwig2-33/+41
2005-08-02[SCSI] qla1280: always load microcodeChristoph Hellwig1-71/+1
2005-08-02[SCSI] qla1280: remove SG_SEGMENTSChristoph Hellwig1-3/+0
2005-08-02[SCSI] qla1280: use SAM_ constantsChristoph Hellwig2-9/+1
2005-08-02[SCSI] qla1280: misc cleanupsChristoph Hellwig1-12/+14
2005-08-02[SCSI] qla1280: interupt posting for irq disabling/enablingChristoph Hellwig1-37/+20
2005-08-02[SCSI] qla1280: remove dead per-host flag variablesChristoph Hellwig2-11/+0
2005-07-30[SCSI] host state model update: mediate host add/remove raceMike Anderson2-7/+16
2005-07-30[SCSI] host state model update: reimplement scsi_host_cancelMike Anderson2-18/+2
2005-07-30[SCSI] host state model update: replace old host bitmap stateMike Anderson7-16/+153
2005-07-30[SCSI] git-scsi-misc: drivers/scsi/ch.c: remove devfs stuffAdrian Bunk1-4/+0
2005-07-30[SCSI] aic byteorder fixes after recent cleanupOlaf Hering2-5/+7
2005-07-29Merge head 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/...Linus Torvalds1-6/+13
2005-07-28libata: Check PCI sub-class code before disabling AHCIGreg Felix1-6/+13
2005-07-27[PATCH] More qla2xxx configuration fixesAndrew Vasquez2-1/+14
2005-07-27Fix up qla2xxx configuration bogosityLinus Torvalds2-2/+0
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl2-2/+2
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering13-20/+29
2005-07-27[PATCH] scsi_scan: check return code from scsi_sysfs_add_sdevAlan Stern1-1/+2
2005-07-26Fix compiler warning in qla_iocb.cLinus Torvalds1-1/+1
2005-07-26[PATCH] qla2xxx: Kconfig dependency fixAndrew Morton1-0/+1
2005-07-26[PATCH] qla: remove anonymous unionAndrew Morton1-3/+1
2005-07-26Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds95-30367/+34948
2005-07-14[SCSI] Redundant this_count check in sd_init_command()Chen, Kenneth W1-3/+0
2005-07-14[SCSI] Redundant memset in scsi_alloc_sgtableChen, Kenneth W1-2/+0
2005-07-14[SCSI] add int_to_scsilun() functionJames.Smart@Emulex.Com1-0/+32
2005-07-14[SCSI] qla2xxx: Cleanup FC remote port registration.Andrew Vasquez2-22/+11
2005-07-14[SCSI] qla2xxx: Consolidate ISP24xx chip reset logic.Andrew Vasquez2-47/+42
2005-07-14[SCSI] qla2xxx: Add firmware version number to qla24xx_fw_version_str().Andrew Vasquez1-1/+4
2005-07-14[SCSI] aacraid: Fix sgmap errorMark Haverkamp1-1/+1
2005-07-14[SCSI] qla2xxx: Update version number to 8.01.00b5-k.Andrew Vasquez1-3/+3
2005-07-14[SCSI] qla2xxx: Correct maximum supported lun and target-id definitions.Andrew Vasquez2-3/+3
2005-07-14[SCSI] qla2xxx: Update copyright banner.Andrew Vasquez21-21/+21
2005-07-14[SCSI] qla2xxx: Firmware updates.Andrew Vasquez5-27900/+28078
2005-07-14[SCSI] qla2xxx: Code scrubbing.Andrew Vasquez14-306/+199
2005-07-14[SCSI] qla2xxx: NVRAM id-list updates.Andrew Vasquez1-5/+41
2005-07-14[SCSI] qla2xxx: Add OS initialization codes for ISP24xx recognition.Andrew Vasquez4-95/+350
2005-07-14[SCSI] qla2xxx: Add ISP24xx initialization routines.Andrew Vasquez3-135/+848
2005-07-14[SCSI] qla2xxx: Add ISP24xx ISR routines.Andrew Vasquez2-164/+419
2005-07-14[SCSI] qla2xxx: Add ISP24xx IOCB manipulation routines.Andrew Vasquez3-16/+323
2005-07-14[SCSI] qla2xxx: Add ISP24xx flash-manipulation routines.Andrew Vasquez4-79/+531
2005-07-14[SCSI] qla2xxx: Add MBX command routines for ISP24xx support.Andrew Vasquez5-244/+809
2005-07-14[SCSI] qla2xxx: Generalize SNS generic-services routines.Andrew Vasquez4-73/+121
2005-07-14[SCSI] qla2xxx: Add ISP24xx diagnostic routines.Andrew Vasquez3-1/+983
2005-07-14[SCSI] qla2xxx: Add ISP24xx definitions.Andrew Vasquez11-152/+1318
2005-07-14[SCSI] qla2xxx: Add pci ids for new ISP types.Andrew Vasquez1-21/+0
2005-07-14[SCSI] qla2xxx: Factor-out ISP specific functions to method-based call tables.Andrew Vasquez10-199/+275
2005-07-12[PATCH] aacraid: swapped kmalloc args.Dave Jones1-1/+1
2005-07-11[SCSI] SPI transport class, don't negotiate options not supportedJames Bottomley1-5/+8