summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sym53c8xx_2
Commit message (Expand)AuthorAgeFilesLines
...
* [SCSI] sym53c8xx: fix bad memset argument in sym_set_cam_result_errorNathan Lynch2008-01-301-1/+1
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-231-3/+2Star
* [SCSI] sym53c8xx: fixes two bugs related to chip resetKrzysztof Helt2008-01-231-6/+7
* [SCSI] sym2: fix section mismatch warningRandy Dunlap2008-01-121-2/+2
* [SCSI] sym53c8xx: fix "irq X: nobody cared" regressionTony Battersby2007-12-181-1/+1
* [SCSI] sym53c8xx: fix free_irq() regressionTony Battersby2007-12-181-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-10-248-385/+416
|\
| * [SCSI] sym53c8xx: Remove sym_xpt_async_sent_bdrMatthew Wilcox2007-10-233-10/+2Star
| * [SCSI] sym53c8xx: Remove pci_dev pointer from sym_shcbMatthew Wilcox2007-10-236-85/+99
| * [SCSI] sym53c8xx: Make interrupt handler capable of returning IRQ_NONEMatthew Wilcox2007-10-234-65/+66
| * [SCSI] sym53c8xx: Get rid of IRQ_FMT and IRQ_PRMMatthew Wilcox2007-10-231-8/+5Star
| * [SCSI] sym53c8xx: Use scmd_printk where appropriateMatthew Wilcox2007-10-232-20/+19Star
| * [SCSI] sym53c8xx: Simplify DAC DMA handlingMatthew Wilcox2007-10-234-42/+26Star
| * [SCSI] sym53c8xx: Remove tag_ctrl module parameterMatthew Wilcox2007-10-232-64/+3Star
| * [SCSI] sym53c8xx: Remove io_ws, mmio_ws and ram_ws elementsMatthew Wilcox2007-10-234-13/+3Star
| * [SCSI] sym53c8xx: Remove ->device_idMatthew Wilcox2007-10-236-16/+12Star
| * [SCSI] sym53c8xx: Use pdev->revisionMatthew Wilcox2007-10-234-24/+16Star
| * [SCSI] sym53c8xx: PCI Error Recovery supportLinas Vepstas2007-10-233-7/+200
| * [SCSI] sym53c8xx: Stop overriding scsi_doneMatthew Wilcox2007-10-231-42/+18Star
| * [SCSI] sym53c8xx: Don't disable interrupts in the interrupt handlerMatthew Wilcox2007-10-231-4/+3Star
| * [SCSI] sym53c8xx: Remove unnecessary check in queuecommandMatthew Wilcox2007-10-231-17/+1Star
| * [SCSI] sym53c8xx: Remove data_mapping and data_mappedMatthew Wilcox2007-10-231-30/+3Star
| * [SCSI] sym53c8xx: Use pci_dev irq numberMatthew Wilcox2007-10-232-5/+3Star
| * [SCSI] sym53c8xx: Work around 53c896 erratumKai Makisara2007-10-231-0/+4
* | Spelling fix: explicitlyJean Delvare2007-10-191-1/+1
|/
* [SCSI] add use_sg_chaining option to scsi_host_templateFUJITA Tomonori2007-10-161-0/+1
* [SCSI] sym53c8xx: don't claim cpqarray deviceChip Coldwell2007-07-251-1/+1
* [SCSI] sym53c8xx: convert to use the data buffer accessorsFUJITA Tomonori2007-07-152-73/+12Star
* Fix misspellings of "agressive".Robert P. J. Day2007-02-172-4/+4
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-131-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [SCSI] sym2: claim only "Storage" classGrant Grundler2006-07-281-1/+1
* [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-302-2/+0Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-06-212-5/+4Star
|\
| * [SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser2006-06-101-2/+1Star
| * [SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig2006-06-061-3/+3
* | [SPARC]: Kill __irq_itoa().David S. Miller2006-06-201-6/+0Star
|/
* [SCSI] sym2: Fix build when spinlock debugging is enabledMatthew Wilcox2006-04-131-8/+12
* [SCSI] Version 2.2.3Matthew Wilcox2006-04-131-1/+1
* [SCSI] Enable clustering and large transfersMatthew Wilcox2006-04-131-1/+2
* [SCSI] Simplify error handlingMatthew Wilcox2006-04-131-62/+22Star
* [SCSI] Allow nvram settings to determine bus modeMatthew Wilcox2006-04-131-31/+34
* [SCSI] Use SPI messages where possibleMatthew Wilcox2006-04-131-3/+6
* [SCSI] Disable sym2 driver queueingMatthew Wilcox2006-04-134-11/+10Star
* [SCSI] Mark div_10M array constMatthew Wilcox2006-04-131-1/+1
* [SCSI] Simplify error handling a bitMatthew Wilcox2006-04-131-42/+8Star
* [SCSI] Use pcibios_resource_to_bus()Matthew Wilcox2006-04-131-42/+13Star
* [SCSI] Change Kconfig option from IOMAPPED to MMIOMatthew Wilcox2006-04-132-13/+18
* Merge ../linux-2.6James Bottomley2006-03-141-0/+2
|\