aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sata_sil24.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-05[PATCH] sata_sil24: SII3124 sata driver endian problemRune Torgersen1-3/+3
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig1-1/+0
2006-03-24[libata] export ata_dev_pair; trim trailing whitespaceJeff Garzik1-1/+1
2006-03-22[libata sata_sil24] cleanups: use pci_iomap(), kzalloc()Jeff Garzik1-13/+10
2006-03-21[SCSI] libata: implement minimal transport template for ->eh_timed_outTejun Heo1-1/+0
2006-03-11[PATCH] sata_sil24: lengthen softreset timeoutTejun Heo1-4/+4
2006-03-11[PATCH] sata_sil24: exit early from softreset if SStatus reports no deviceTejun Heo1-8/+14
2006-03-05[PATCH] sata_sil24: fix mwdma_mask settingTejun Heo1-0/+1
2006-03-01[PATCH] sata_sil24: add a new PCI ID for SiI 3124Tejun Heo1-0/+1
2006-02-12[PATCH] libata: kill sht->max_sectorsTejun Heo1-1/+0
2006-02-12[PATCH] libata: move cdb_len for host to deviceTejun Heo1-2/+2
2006-02-10[PATCH] sata_sil24: add hardresetTejun Heo1-1/+10
2006-02-10[PATCH] sata_sil24: convert to new reset mechanismTejun Heo1-28/+28
2006-02-10[PATCH] libata: kill NULL qc handling from ->eng_timeout callbacksTejun Heo1-5/+0
2006-02-10[PATCH] libata: use ata_scsi_timed_out()Tejun Heo1-0/+1
2006-01-26[PATCH] libata: implement and apply ata_eh_qc_complete/retry()Tejun Heo1-9/+1
2006-01-26[PATCH] libata: return AC_ERR_* from issue functionsTejun Heo1-2/+2
2006-01-26[PATCH] libata: add detailed AC_ERR_* flagsTejun Heo1-1/+1
2006-01-06[BLOCK] update libata to use new blk_ordered for barriersTejun Heo1-1/+0
2005-12-06[PATCH] libata: move err_mask to ata_queued_cmdAlbert Lee1-5/+10
2005-11-18[PATCH] sil24: make error_intr less verboseTejun Heo1-3/+9
2005-11-18[PATCH] sil24: add ATAPI supportTejun Heo1-26/+58
2005-11-18[PATCH] sil24: use SRST for phy_resetTejun Heo1-10/+66
2005-11-18[PATCH] sil24: add sil24_restart_controllerTejun Heo1-3/+32
2005-11-16[PATCH] sil24: add constantsTejun Heo1-1/+20
2005-11-13[PATCH] sil24: add missing ata_pad_free()Tejun Heo1-0/+1
2005-11-10[libata] constify PCI ID table in several driversJeff Garzik1-1/+1
2005-11-07[libata] eliminate use of drivers/scsi/scsi.h compatibility header/definesJeff Garzik1-2/+2
2005-11-04[libata] ATAPI pad allocation fixes/cleanupJeff Garzik1-9/+24
2005-10-30Merge branch 'master'Jeff Garzik1-11/+10
2005-10-30[libata] use dev_printk() throughout driversJeff Garzik1-11/+10
2005-10-30Merge branch 'upstream'Jeff Garzik1-5/+7
2005-10-30[libata] change ata_qc_complete() to take error mask as second argJeff Garzik1-5/+7
2005-10-30Merge branch 'upstream'Jeff Garzik1-8/+0
2005-10-29[libata] remove ata_chk_err(), ->check_err() hook.Jeff Garzik1-8/+0
2005-10-29Merge branch 'master'Jeff Garzik1-16/+19
2005-10-29[PATCH] sata_sil24 iomem annotations and fixesAl Viro1-16/+19
2005-10-28Merge branch 'master'Jeff Garzik1-1/+1
2005-10-22libata: const-ification bombing runJeff Garzik1-1/+1
2005-10-18libata: add ata_sg_is_last() helper, use it in several driversJeff Garzik1-5/+10
2005-10-09[libata sata_sil24] add support for 3131/3531Tejun Heo1-8/+30
2005-10-09[libata sata_sil24] nit pickingsTejun Heo1-2/+1
2005-10-06[PATCH] sil24: implement tf_read callbackTejun Heo1-0/+9
2005-10-06[PATCH] sil24: implement proper TF register reading & cachingTejun Heo1-5/+45
2005-10-06[PATCH] sil24: remove CMDERR clearingTejun Heo1-4/+0
2005-10-06[PATCH] sil24: ignore non-error exception irqsTejun Heo1-1/+10
2005-09-14[PATCH] sil24: initialization fixTejun Heo1-8/+23
2005-08-17[PATCH] sil24: add more comments for constantsTejun Heo1-8/+8
2005-08-17[PATCH] sil24: fix PORT_CTRL_STAT constantsTejun Heo1-4/+4
2005-08-17[PATCH] sil24: replace pp->port w/ ap->ioaddr.cmd_addrTejun Heo1-11/+6