summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/advansys.c
Commit message (Expand)AuthorAgeFilesLines
* advansys: fix buggered formats - unsigned long != u32 on 64bitAl Viro2013-04-091-13/+13
* advansys: switch to ->show_info()Al Viro2013-04-091-837/+327
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-77/+75
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* [SCSI] advansys: fix narrow board error pathHerton Ronaldo Krzesinski2010-05-011-14/+36
* [SCSI] advansys: fix regression with request_firmware changeHerton Ronaldo Krzesinski2010-03-271-0/+8
* tree-wide: fix misspelling of "definition" in commentsAdam Buchbinder2009-12-041-1/+1
* [SCSI] advansys: use request_firmwareJaswinder Singh Rajput2009-04-031-1630/+101
* [SCSI] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-021-1/+1
* [SCSI] advansys, arcmsr, ipr, nsp32, qla1280, stex: use pci_ioremap_bar()Arjan van de Ven2008-12-291-2/+1
* advansys fix on ISA-less configsAl Viro2008-11-301-0/+4
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-1/+1
* [SCSI] advansys: Fix bug in AdvLoadMicrocodeMatthew Wilcox2008-03-071-1/+1
* [SCSI] advansys: fix overrun_buf aligned bugFUJITA Tomonori2008-02-111-2/+11
* [SCSI] advansys: make 3 functions staticAdrian Bunk2008-02-071-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-251-7/+7
|\
| * [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-231-7/+7
* | advansys: fix section mismatch warningRandy Dunlap2008-01-141-1/+1
|/
* [SCSI] advansys: Changes to work on pariscMatthew Wilcox2007-10-121-5/+5
* [SCSI] advansys: Use dma mapping for overrun bufferMatthew Wilcox2007-10-121-18/+24
* [SCSI] advansys: Remove a couple of uses of bus_to_virtMatthew Wilcox2007-10-121-26/+79
* [SCSI] advansys: convert to use the data buffer accessorsMatthew Wilcox2007-10-121-184/+52
* [SCSI] advansys: Remove DvcGetPhyAddrMatthew Wilcox2007-10-121-70/+3
* [SCSI] advansys: Move a couple of fields from struct board to struct adv_dvcMatthew Wilcox2007-10-121-101/+92
* [SCSI] advansys: Make sdtr_period_tbl a pointerMatthew Wilcox2007-10-121-65/+25
* [SCSI] advansys: Get rid of board index numberMatthew Wilcox2007-10-121-136/+100
* [SCSI] advansys: Remove private lockMatthew Wilcox2007-10-121-16/+5
* [SCSI] advansys: Sort out debug macrosMatthew Wilcox2007-10-121-366/+262
* [SCSI] advansys: Remove library version & serial numbersMatthew Wilcox2007-10-121-45/+15
* [SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macroMatthew Wilcox2007-10-121-81/+51
* [SCSI] advansys: Merge ASC_IERR definitionsMatthew Wilcox2007-10-121-24/+16
* [SCSI] advansys: Sort out irq number messMatthew Wilcox2007-10-121-198/+189
* [SCSI] advansys: Remove ASC_WIDE_BOARD predicateMatthew Wilcox2007-10-121-3/+2
* [SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHSMatthew Wilcox2007-10-121-2/+0
* [SCSI] advansys: Improve reset handlerMatthew Wilcox2007-10-121-61/+22
* [SCSI] advansys: Fix simultaneous calls to ->queuecommandMatthew Wilcox2007-10-121-49/+39
* [SCSI] advansys: Restructure asc_execute_scsi_cmnd()Matthew Wilcox2007-10-121-92/+39
* [SCSI] advansys: Remove array of scsi targetsMatthew Wilcox2007-10-121-10/+0
* [SCSI] advansys: Eliminate prototypesMatthew Wilcox2007-10-121-6230/+6043
* [SCSI] advansys: Use DRV_NAMEMatthew Wilcox2007-10-121-11/+12
* [SCSI] advansys: Comment/indentation/macro cleanupMatthew Wilcox2007-10-121-278/+101
* [SCSI] advansys: Remove some custom wrappersMatthew Wilcox2007-10-121-164/+49
* [SCSI] advansys: Remove a check for an impossible conditionMatthew Wilcox2007-10-121-12/+0
* [SCSI] advansys: Support 16-byte commands properlyMatthew Wilcox2007-10-121-29/+10
* [SCSI] advansys: Enable interrupts earlier in queuecommandMatthew Wilcox2007-10-121-12/+11
* [SCSI] advansys: Remove `active' queue and all remaining internal queueing codeMatthew Wilcox2007-10-121-498/+6
* [SCSI] advansys: Remove `done' queueMatthew Wilcox2007-10-121-96/+24