summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/advansys.c
Commit message (Expand)AuthorAgeFilesLines
* [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-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-261-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/+52Star
* [SCSI] advansys: Remove DvcGetPhyAddrMatthew Wilcox2007-10-121-70/+3Star
* [SCSI] advansys: Move a couple of fields from struct board to struct adv_dvcMatthew Wilcox2007-10-121-101/+92Star
* [SCSI] advansys: Make sdtr_period_tbl a pointerMatthew Wilcox2007-10-121-65/+25Star
* [SCSI] advansys: Get rid of board index numberMatthew Wilcox2007-10-121-136/+100Star
* [SCSI] advansys: Remove private lockMatthew Wilcox2007-10-121-16/+5Star
* [SCSI] advansys: Sort out debug macrosMatthew Wilcox2007-10-121-366/+262Star
* [SCSI] advansys: Remove library version & serial numbersMatthew Wilcox2007-10-121-45/+15Star
* [SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macroMatthew Wilcox2007-10-121-81/+51Star
* [SCSI] advansys: Merge ASC_IERR definitionsMatthew Wilcox2007-10-121-24/+16Star
* [SCSI] advansys: Sort out irq number messMatthew Wilcox2007-10-121-198/+189Star
* [SCSI] advansys: Remove ASC_WIDE_BOARD predicateMatthew Wilcox2007-10-121-3/+2Star
* [SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHSMatthew Wilcox2007-10-121-2/+0Star
* [SCSI] advansys: Improve reset handlerMatthew Wilcox2007-10-121-61/+22Star
* [SCSI] advansys: Fix simultaneous calls to ->queuecommandMatthew Wilcox2007-10-121-49/+39Star
* [SCSI] advansys: Restructure asc_execute_scsi_cmnd()Matthew Wilcox2007-10-121-92/+39Star
* [SCSI] advansys: Remove array of scsi targetsMatthew Wilcox2007-10-121-10/+0Star
* [SCSI] advansys: Eliminate prototypesMatthew Wilcox2007-10-121-6230/+6043Star
* [SCSI] advansys: Use DRV_NAMEMatthew Wilcox2007-10-121-11/+12
* [SCSI] advansys: Comment/indentation/macro cleanupMatthew Wilcox2007-10-121-278/+101Star
* [SCSI] advansys: Remove some custom wrappersMatthew Wilcox2007-10-121-164/+49Star
* [SCSI] advansys: Remove a check for an impossible conditionMatthew Wilcox2007-10-121-12/+0Star
* [SCSI] advansys: Support 16-byte commands properlyMatthew Wilcox2007-10-121-29/+10Star
* [SCSI] advansys: Enable interrupts earlier in queuecommandMatthew Wilcox2007-10-121-12/+11Star
* [SCSI] advansys: Remove `active' queue and all remaining internal queueing codeMatthew Wilcox2007-10-121-498/+6Star
* [SCSI] advansys: Remove `done' queueMatthew Wilcox2007-10-121-96/+24Star
* [SCSI] advansys: Remove a check for an impossible conditionMatthew Wilcox2007-10-121-19/+0Star
* [SCSI] advansys: Remove `waiting' queueMatthew Wilcox2007-10-121-177/+9Star
* [SCSI] advansys: Shrink advansys_board_found a little moreMatthew Wilcox2007-10-121-118/+112Star
* [SCSI] advansys: Reformat microcodeMatthew Wilcox2007-10-121-1977/+1186Star
* [SCSI] advansys: Create AdvLoadMicrocodeMatthew Wilcox2007-10-121-275/+107Star
* [SCSI] advansys: Create AdvBuildCarrierFreelistMatthew Wilcox2007-10-121-166/+53Star
* [SCSI] advansys: Fix VLB driver nameMatthew Wilcox2007-10-121-1/+1
* [SCSI] advansys: Move documentation to Documentation/scsiMatthew Wilcox2007-10-121-747/+19Star
* [SCSI] advansys: use memcpy instead of open-coded loopMatthew Wilcox2007-10-121-79/+40Star
* [SCSI] advansys: Remove pci_slot_infoMatthew Wilcox2007-10-121-20/+9Star
* [SCSI] advansys: Remove library-style callback routinesMatthew Wilcox2007-10-121-42/+8Star
* [SCSI] advansys: Move struct device out of the cfg structuresMatthew Wilcox2007-10-121-63/+41Star
* [SCSI] advansys: Stop using n_io_port in Scsi_Host structureMatthew Wilcox2007-10-121-30/+8Star
* [SCSI] advansys: ioremap no longer needs page-aligned addressesMatthew Wilcox2007-10-121-40/+12Star
* [SCSI] advansys: delete AscGetChipBusTypeMatthew Wilcox2007-10-121-32/+4Star