Age | Commit message (Expand) | Author |
2007-10-12 | [SCSI] advansys: Changes to work on parisc | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Use dma mapping for overrun buffer | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove a couple of uses of bus_to_virt | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: convert to use the data buffer accessors | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove DvcGetPhyAddr | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Move a couple of fields from struct board to struct adv_dvc | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Make sdtr_period_tbl a pointer | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Get rid of board index number | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove private lock | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Sort out debug macros | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove library version & serial numbers | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove asc_board_t typedef and ASC_BOARDP macro | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Merge ASC_IERR definitions | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Sort out irq number mess | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove ASC_WIDE_BOARD predicate | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove ASC_SELECT_QUEUE_DEPTHS | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Improve reset handler | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Fix simultaneous calls to ->queuecommand | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Restructure asc_execute_scsi_cmnd() | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove array of scsi targets | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Eliminate prototypes | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Use DRV_NAME | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Comment/indentation/macro cleanup | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove some custom wrappers | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove a check for an impossible condition | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Support 16-byte commands properly | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Enable interrupts earlier in queuecommand | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove `active' queue and all remaining internal queueing code | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove `done' queue | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove a check for an impossible condition | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove `waiting' queue | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Shrink advansys_board_found a little more | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Reformat microcode | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Create AdvLoadMicrocode | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Create AdvBuildCarrierFreelist | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Fix VLB driver name | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Move documentation to Documentation/scsi | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: use memcpy instead of open-coded loop | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove pci_slot_info | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Remove library-style callback routines | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Move struct device out of the cfg structures | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Stop using n_io_port in Scsi_Host structure | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: ioremap no longer needs page-aligned addresses | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: delete AscGetChipBusType | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: misc reformatting | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: remove INQUIRY sniffing | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: remove AscCompareString() | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: More PCI cleanups | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Update resource management | Matthew Wilcox |
2007-10-12 | [SCSI] advansys: Convert to ISA driver model | Matthew Wilcox |