summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/ips.c
AgeCommit message (Expand)AuthorLines
2008-04-07[SCSI] ips: remove spurious cpu_to_leX on outX statementsJames Bottomley-16/+16
2008-04-07[SCSI] aacraid, ips: leX_add_cpu conversionMarcin Slusarz-6/+2
2008-04-07[SCSI] ips: use sg buffer copy helper funcitonsFUJITA Tomonori-42/+8
2008-04-07[SCSI] Remove random noop unchecked_isa_dma usersAndi Kleen-1/+0
2008-04-07[SCSI] ips: sg chaining support to the path to non I/O commandsFUJITA Tomonori-8/+10
2008-02-19[SCSI] ips: fix data buffer accessors conversion bugFUJITA Tomonori-1/+1
2008-02-03drivers/scsi/: Spelling fixesJoe Perches-1/+1
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori-4/+2
2008-01-23[SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in que...FUJITA Tomonori-3/+0
2008-01-11[SCSI] ips: handle scsi_add_host() failure, and other err cleanupsJeff Garzik-5/+13
2008-01-11[SCSI] ips: PCI API cleanupsJeff Garzik-41/+31
2008-01-11[SCSI] ips: trim trailing whitespaceJeff Garzik-24/+25
2008-01-11[SCSI] ips: remove ips_ha members that duplicate struct pci_dev membersJeff Garzik-95/+83
2007-10-22[SG] Update drivers to use sg helpersJens Axboe-3/+3
2007-10-16ips: sg chaining supportFUJITA Tomonori-6/+8
2007-10-12[SCSI] ips: Update version informationBernhard Walle-2/+2
2007-10-12[SCSI] ips: Close narrow race in releaseMatthew Wilcox-1/+2
2007-10-12[SCSI] ips: warning fixAndrew Morton-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau-2/+1
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-284/+117
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok-8/+1
2007-06-16[SCSI] ips: convert to use the data buffer accessorsFUJITA Tomonori-157/+99
2007-05-24[SCSI] ips: remove kernel 2.4 codeAdrian Bunk-127/+18
2006-11-15[SCSI] revert "[SCSI] ips soft lockup during reset/initialization"Andrew Morton-14/+14
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-2/+2
2006-10-04[SCSI] scsi: remove hosts.hHenne-6/+0
2006-10-03[SCSI] scsi: Convertion to struct scsi_cmnd in ips-driverHenne-45/+38
2006-10-01[SCSI] Switch ips to pci_register from pci_moduleAlan Cox-1/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-26spelling fixesAndreas Mohr-2/+2
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser-1/+1
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig-1/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre-2/+3
2006-02-27[SCSI] don't call ips_eh_reset in ips_queue to avoid deadlockMike Christie-1/+1
2006-01-31[SCSI] ServeRAID: prevent seeing DADSI devicesJack Hammer-12/+14
2006-01-26[SCSI] ips soft lockup during reset/initializationJack Hammer-14/+14
2006-01-14[SCSI] ips: Mode Sense (Caching Page ) fixJack Hammer-0/+3
2005-11-09[SCSI] remove Scsi_Device typedefChristoph Hellwig-3/+3
2005-11-09[SCSI] remove Scsi_Host_Template typedefChristoph Hellwig-3/+3
2005-11-08Merge by hand (conflicts between pending drivers and kfree cleanups)James Bottomley-135/+3
2005-11-07[PATCH] kfree cleanup: drivers/scsiJesper Juhl-12/+6
2005-11-06[SCSI] ips: remove "Version Matching"Jack Hammer-135/+3
2005-11-04Fix ips.c compileJames Bottomley-0/+1
2005-10-31[SCSI] ips: Fix initialization bug with kdumpJack Hammer-0/+93
2005-10-29[SCSI] ips: Fix up for correct scatter/gather processingJack Hammer-13/+36
2005-10-28[SCSI] use scmd_id(), scmd_channel() throughout codeJeff Garzik-5/+5
2005-08-02[SCSI] ServeRAID V7.12.02Jack Hammer-3/+5
2005-06-17[SCSI] allow sleeping in ->eh_host_reset_handler()Jeff Garzik-1/+13
2005-06-17[SCSI] allow sleeping in ->eh_abort_handler()Jeff Garzik-0/+7