| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] aic79xx, aic7xxx: Fix incorrect width setting | James Bottomley | 2007-07-27 | 1 | -10/+13 |
* | [SCSI] aic79xx: convert to use the data buffer accessors | FUJITA Tomonori | 2007-05-26 | 1 | -38/+13 |
* | [SCSI] aic7xxx: make functions static | Adrian Bunk | 2007-04-01 | 1 | -2/+4 |
* | [SCSI] aic79xx: remove extra newline from info message | Rolf Eike Beer | 2007-02-16 | 1 | -1/+0 |
* | [SCSI] aic79xx: use dma_get_required_mask() | Hannes Reinecke | 2007-02-10 | 1 | -9/+0 |
* | [SCSI] aic79xx: Print out signalling | Hannes Reinecke | 2006-10-25 | 1 | -0/+19 |
* | [SCSI] aic79xx: set precompensation | Hannes Reinecke | 2006-10-25 | 1 | -1/+15 |
* | [SCSI] aic7xxx: cleanups | Adrian Bunk | 2006-10-25 | 1 | -1/+1 |
* | [SCSI] drivers/scsi: Handcrafted MIN/MAX macro removal | Amol Lad | 2006-10-25 | 1 | -3/+4 |
* | [SCSI] aic7xxx: Adjust .max_sectors | Hannes Reinecke | 2006-10-25 | 1 | -0/+1 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -1/+1 |
* | [PATCH] completions: lockdep annotate on stack completions | Peter Zijlstra | 2006-10-01 | 1 | -2/+2 |
* | [SCSI] aic7*: cleanup MODULE_PARM_DESC strings | Randy Dunlap | 2006-08-19 | 1 | -2/+2 |
* | [SCSI] aic7[9x]xx: Remove last vestiges of reverse_scan | Matthew Wilcox | 2006-07-09 | 1 | -21/+0 |
* | [SCSI] aic79xx: remove slave_destroy | Hannes Reinecke | 2006-06-26 | 1 | -50/+12 |
* | [SCSI] drivers/scsi: Use ARRAY_SIZE macro | Tobias Klauser | 2006-06-10 | 1 | -10/+10 |
* | [SCSI] aic79xx bus reset update | Hannes Reinecke | 2006-04-13 | 1 | -0/+4 |
* | [SCSI] aic79xx: Avoid renegotiation on inquiry | Hannes Reinecke | 2006-03-12 | 1 | -24/+0 |
* | [SCSI] aic79xx: use BIOS settings | Hannes Reinecke | 2006-03-12 | 1 | -7/+28 |
* | [SCSI] aic79xx: Update error recovery | Hannes Reinecke | 2006-03-12 | 1 | -124/+201 |
* | [SCSI] aic79xx: Remove dead code | Hannes Reinecke | 2006-03-12 | 1 | -59/+0 |
* | [SCSI] aic79xx: use tcq functions | Hannes Reinecke | 2006-03-12 | 1 | -9/+5 |
* | [SCSI] aic79xx: remove qfrozen | Hannes Reinecke | 2006-03-12 | 1 | -78/+26 |
* | [SCSI] aic79xx: Fix timer handling | Hannes Reinecke | 2006-01-31 | 1 | -11/+15 |
* | [SCSI] aic79xx: SLOWCRC fix | Hannes Reinecke | 2006-01-31 | 1 | -0/+17 |
* | [SCSI] aic79xx: Sequencer update | Hannes Reinecke | 2006-01-12 | 1 | -11/+51 |
* | [SCSI] handle scsi_add_host failure for aic79xx and fix compiler warning | Jesper Juhl | 2005-12-14 | 1 | -2/+9 |
* | [SCSI] aic7xxx: reset handler selects a wrong command | Vasily Averin | 2005-11-28 | 1 | -1/+1 |
* | [SCSI] aic79xx: remove scsi_assign_lock usage | Christoph Hellwig | 2005-11-06 | 1 | -23/+14 |
* | [SCSI] use scmd_id(), scmd_channel() throughout code | Jeff Garzik | 2005-10-28 | 1 | -5/+6 |
* | [SCSI] use sfoo_printk() in drivers | Jeff Garzik | 2005-10-28 | 1 | -19/+9 |
* | [SCSI] aic7xxx/aic79xx: fix module removal path not to panic | James Bottomley | 2005-10-02 | 1 | -5/+3 |
* | [SCSI] aic7xxx: remove aiclib.c | Christoph Hellwig | 2005-09-04 | 1 | -12/+84 |
* | [SCSI] aic79xx: sane pci probing | Christoph Hellwig | 2005-08-15 | 1 | -88/+20 |
* | [SCSI] aic79xx: fix boot panic with no hardware | James Bottomley | 2005-08-09 | 1 | -3/+1 |
* | [SCSI] aic7xxx/79xx: fix another potential panic due to a non existent target | James Bottomley | 2005-08-05 | 1 | -2/+2 |
* | [SCSI] aic79xx: fixup DT setting | Hannes Reinecke | 2005-08-04 | 1 | -2/+3 |
* | [SCSI] aic79xx: add hold_mcs to the transport parameters | James Bottomley | 2005-08-03 | 1 | -1/+37 |
* | [SCSI] aic79xx: fix up transport settings | James Bottomley | 2005-08-03 | 1 | -30/+9 |
* | [SCSI] aic79xx: DV parameter settings | Hannes Reinecke | 2005-08-03 | 1 | -13/+218 |
* | [SCSI] aic79xx: update to use scsi_transport_spi | Hannes Reinecke | 2005-08-03 | 1 | -2662/+759 |
* | [SCSI] aic79xx: Remove busyq | Hannes Reinecke | 2005-08-03 | 1 | -686/+138 |
* | [PATCH] turn many #if $undefined_string into #ifdef $undefined_string | Olaf Hering | 2005-07-27 | 1 | -1/+1 |
* | [SCSI] aic79xx: ahd_linux_dev_reset() cleanup | Andrew Morton | 2005-07-11 | 1 | -2/+2 |
* | aic7xxx/aic79xx_osm: revert completely bogus ahd_linux_queue() patch | Jeff Garzik | 2005-06-19 | 1 | -4/+4 |
* | merge by hand (fix up qla_os.c merge error) | James Bottomley | 2005-06-17 | 1 | -10/+10 |
|\ |
|
| * | [SCSI] allow sleeping in ->eh_bus_reset_handler() | Jeff Garzik | 2005-06-17 | 1 | -2/+2 |
| * | [SCSI] allow sleeping in ->eh_device_reset_handler() | Jeff Garzik | 2005-06-17 | 1 | -4/+4 |
| * | [SCSI] allow sleeping in ->eh_abort_handler() | Jeff Garzik | 2005-06-17 | 1 | -4/+4 |
* | | [PATCH] swsusp: ahd_dv_0 can't be stopped | Shaohua Li | 2005-05-28 | 1 | -1/+1 |
|/ |
|