aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/advansys.c
AgeCommit message (Expand)Author
2007-10-12[SCSI] advansys: Changes to work on pariscMatthew Wilcox
2007-10-12[SCSI] advansys: Use dma mapping for overrun bufferMatthew Wilcox
2007-10-12[SCSI] advansys: Remove a couple of uses of bus_to_virtMatthew Wilcox
2007-10-12[SCSI] advansys: convert to use the data buffer accessorsMatthew Wilcox
2007-10-12[SCSI] advansys: Remove DvcGetPhyAddrMatthew Wilcox
2007-10-12[SCSI] advansys: Move a couple of fields from struct board to struct adv_dvcMatthew Wilcox
2007-10-12[SCSI] advansys: Make sdtr_period_tbl a pointerMatthew Wilcox
2007-10-12[SCSI] advansys: Get rid of board index numberMatthew Wilcox
2007-10-12[SCSI] advansys: Remove private lockMatthew Wilcox
2007-10-12[SCSI] advansys: Sort out debug macrosMatthew Wilcox
2007-10-12[SCSI] advansys: Remove library version & serial numbersMatthew Wilcox
2007-10-12[SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macroMatthew Wilcox
2007-10-12[SCSI] advansys: Merge ASC_IERR definitionsMatthew Wilcox
2007-10-12[SCSI] advansys: Sort out irq number messMatthew Wilcox
2007-10-12[SCSI] advansys: Remove ASC_WIDE_BOARD predicateMatthew Wilcox
2007-10-12[SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHSMatthew Wilcox
2007-10-12[SCSI] advansys: Improve reset handlerMatthew Wilcox
2007-10-12[SCSI] advansys: Fix simultaneous calls to ->queuecommandMatthew Wilcox
2007-10-12[SCSI] advansys: Restructure asc_execute_scsi_cmnd()Matthew Wilcox
2007-10-12[SCSI] advansys: Remove array of scsi targetsMatthew Wilcox
2007-10-12[SCSI] advansys: Eliminate prototypesMatthew Wilcox
2007-10-12[SCSI] advansys: Use DRV_NAMEMatthew Wilcox
2007-10-12[SCSI] advansys: Comment/indentation/macro cleanupMatthew Wilcox
2007-10-12[SCSI] advansys: Remove some custom wrappersMatthew Wilcox
2007-10-12[SCSI] advansys: Remove a check for an impossible conditionMatthew Wilcox
2007-10-12[SCSI] advansys: Support 16-byte commands properlyMatthew Wilcox
2007-10-12[SCSI] advansys: Enable interrupts earlier in queuecommandMatthew Wilcox
2007-10-12[SCSI] advansys: Remove `active' queue and all remaining internal queueing codeMatthew Wilcox
2007-10-12[SCSI] advansys: Remove `done' queueMatthew Wilcox
2007-10-12[SCSI] advansys: Remove a check for an impossible conditionMatthew Wilcox
2007-10-12[SCSI] advansys: Remove `waiting' queueMatthew Wilcox
2007-10-12[SCSI] advansys: Shrink advansys_board_found a little moreMatthew Wilcox
2007-10-12[SCSI] advansys: Reformat microcodeMatthew Wilcox
2007-10-12[SCSI] advansys: Create AdvLoadMicrocodeMatthew Wilcox
2007-10-12[SCSI] advansys: Create AdvBuildCarrierFreelistMatthew Wilcox
2007-10-12[SCSI] advansys: Fix VLB driver nameMatthew Wilcox
2007-10-12[SCSI] advansys: Move documentation to Documentation/scsiMatthew Wilcox
2007-10-12[SCSI] advansys: use memcpy instead of open-coded loopMatthew Wilcox
2007-10-12[SCSI] advansys: Remove pci_slot_infoMatthew Wilcox
2007-10-12[SCSI] advansys: Remove library-style callback routinesMatthew Wilcox
2007-10-12[SCSI] advansys: Move struct device out of the cfg structuresMatthew Wilcox
2007-10-12[SCSI] advansys: Stop using n_io_port in Scsi_Host structureMatthew Wilcox
2007-10-12[SCSI] advansys: ioremap no longer needs page-aligned addressesMatthew Wilcox
2007-10-12[SCSI] advansys: delete AscGetChipBusTypeMatthew Wilcox
2007-10-12[SCSI] advansys: misc reformattingMatthew Wilcox
2007-10-12[SCSI] advansys: remove INQUIRY sniffingMatthew Wilcox
2007-10-12[SCSI] advansys: remove AscCompareString()Matthew Wilcox
2007-10-12[SCSI] advansys: More PCI cleanupsMatthew Wilcox
2007-10-12[SCSI] advansys: Update resource managementMatthew Wilcox
2007-10-12[SCSI] advansys: Convert to ISA driver modelMatthew Wilcox