aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sata_sil24.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-17[PATCH] sil24: remove PORT_TFTejun Heo1-6/+1
2005-08-17[PATCH] sil24: move error handling out of hot interrupt pathTejun Heo1-24/+31
2005-08-17[PATCH] sil24: add testing for PCI faultTejun Heo1-0/+6
2005-08-17[PATCH] sil24: remove irq disable code on spurious interruptTejun Heo1-10/+5
2005-08-17[PATCH] sil24: add FIXME comment above ata_device_addTejun Heo1-0/+1
2005-07-28[PATCH] SATA: rewritten sil24 driverTejun Heo1-0/+786