summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/advansys.c
AgeCommit message (Expand)AuthorLines
2008-03-07[SCSI] advansys: Fix bug in AdvLoadMicrocodeMatthew Wilcox-1/+1
2008-02-11[SCSI] advansys: fix overrun_buf aligned bugFUJITA Tomonori-2/+11
2008-02-07[SCSI] advansys: make 3 functions staticAdrian Bunk-3/+3
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-7/+7
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori-7/+7
2008-01-14advansys: fix section mismatch warningRandy Dunlap-1/+1
2007-10-12[SCSI] advansys: Changes to work on pariscMatthew Wilcox-5/+5
2007-10-12[SCSI] advansys: Use dma mapping for overrun bufferMatthew Wilcox-18/+24
2007-10-12[SCSI] advansys: Remove a couple of uses of bus_to_virtMatthew Wilcox-26/+79
2007-10-12[SCSI] advansys: convert to use the data buffer accessorsMatthew Wilcox-184/+52
2007-10-12[SCSI] advansys: Remove DvcGetPhyAddrMatthew Wilcox-70/+3
2007-10-12[SCSI] advansys: Move a couple of fields from struct board to struct adv_dvcMatthew Wilcox-101/+92
2007-10-12[SCSI] advansys: Make sdtr_period_tbl a pointerMatthew Wilcox-65/+25
2007-10-12[SCSI] advansys: Get rid of board index numberMatthew Wilcox-136/+100
2007-10-12[SCSI] advansys: Remove private lockMatthew Wilcox-16/+5
2007-10-12[SCSI] advansys: Sort out debug macrosMatthew Wilcox-366/+262
2007-10-12[SCSI] advansys: Remove library version & serial numbersMatthew Wilcox-45/+15
2007-10-12[SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macroMatthew Wilcox-81/+51
2007-10-12[SCSI] advansys: Merge ASC_IERR definitionsMatthew Wilcox-24/+16
2007-10-12[SCSI] advansys: Sort out irq number messMatthew Wilcox-198/+189
2007-10-12[SCSI] advansys: Remove ASC_WIDE_BOARD predicateMatthew Wilcox-3/+2
2007-10-12[SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHSMatthew Wilcox-2/+0
2007-10-12[SCSI] advansys: Improve reset handlerMatthew Wilcox-61/+22
2007-10-12[SCSI] advansys: Fix simultaneous calls to ->queuecommandMatthew Wilcox-49/+39
2007-10-12[SCSI] advansys: Restructure asc_execute_scsi_cmnd()Matthew Wilcox-92/+39
2007-10-12[SCSI] advansys: Remove array of scsi targetsMatthew Wilcox-10/+0
2007-10-12[SCSI] advansys: Eliminate prototypesMatthew Wilcox-6230/+6043
2007-10-12[SCSI] advansys: Use DRV_NAMEMatthew Wilcox-11/+12
2007-10-12[SCSI] advansys: Comment/indentation/macro cleanupMatthew Wilcox-278/+101
2007-10-12[SCSI] advansys: Remove some custom wrappersMatthew Wilcox-164/+49
2007-10-12[SCSI] advansys: Remove a check for an impossible conditionMatthew Wilcox-12/+0
2007-10-12[SCSI] advansys: Support 16-byte commands properlyMatthew Wilcox-29/+10
2007-10-12[SCSI] advansys: Enable interrupts earlier in queuecommandMatthew Wilcox-12/+11
2007-10-12[SCSI] advansys: Remove `active' queue and all remaining internal queueing codeMatthew Wilcox-498/+6
2007-10-12[SCSI] advansys: Remove `done' queueMatthew Wilcox-96/+24
2007-10-12[SCSI] advansys: Remove a check for an impossible conditionMatthew Wilcox-19/+0
2007-10-12[SCSI] advansys: Remove `waiting' queueMatthew Wilcox-177/+9
2007-10-12[SCSI] advansys: Shrink advansys_board_found a little moreMatthew Wilcox-118/+112
2007-10-12[SCSI] advansys: Reformat microcodeMatthew Wilcox-1977/+1186
2007-10-12[SCSI] advansys: Create AdvLoadMicrocodeMatthew Wilcox-275/+107
2007-10-12[SCSI] advansys: Create AdvBuildCarrierFreelistMatthew Wilcox-166/+53
2007-10-12[SCSI] advansys: Fix VLB driver nameMatthew Wilcox-1/+1
2007-10-12[SCSI] advansys: Move documentation to Documentation/scsiMatthew Wilcox-747/+19
2007-10-12[SCSI] advansys: use memcpy instead of open-coded loopMatthew Wilcox-79/+40
2007-10-12[SCSI] advansys: Remove pci_slot_infoMatthew Wilcox-20/+9
2007-10-12[SCSI] advansys: Remove library-style callback routinesMatthew Wilcox-42/+8
2007-10-12[SCSI] advansys: Move struct device out of the cfg structuresMatthew Wilcox-63/+41
2007-10-12[SCSI] advansys: Stop using n_io_port in Scsi_Host structureMatthew Wilcox-30/+8
2007-10-12[SCSI] advansys: ioremap no longer needs page-aligned addressesMatthew Wilcox-40/+12
2007-10-12[SCSI] advansys: delete AscGetChipBusTypeMatthew Wilcox-32/+4