aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/ahci.c
AgeCommit message (Expand)Author
2006-06-22[PATCH] ahci: disable NCQ support on vt8251Tejun Heo
2006-06-22[libata] ahci: add JMicron PCI IDsJeff Garzik
2006-06-22[libata] ahci: Add NVIDIA PCI IDs.Jeff Garzik
2006-05-31[PATCH] ahci: convert to new probing mechanism and add hotplug supportTejun Heo
2006-05-31[PATCH] libata-hp: update unload-unplugTejun Heo
2006-05-31[PATCH] libata-hp: hook warmplugTejun Heo
2006-05-31[PATCH] libata-hp-prep: add prereset() method and implement ata_std_prereset()Tejun Heo
2006-05-15[PATCH] ahci: implement NCQ suppportTejun Heo
2006-05-15[PATCH] ahci: kill pp->cmd_tbl_sgTejun Heo
2006-05-15[PATCH] ahci: add HOST_CAP_NCQ constantTejun Heo
2006-05-15[PATCH] ahci: clean up AHCI constants in preparation for NCQTejun Heo
2006-05-15[PATCH] ahci: add PIOS interim interrupt handlingTejun Heo
2006-05-15[PATCH] ahci: convert to new EHTejun Heo
2006-05-15[PATCH] libata: use ATA printk helpersTejun Heo
2006-05-15[PATCH] libata: use dev->apTejun Heo
2006-05-15[PATCH] libata: use new SCR and on/offline functionsTejun Heo
2006-05-15[PATCH] ahci: hardreset classification fixTejun Heo
2006-04-20[PATCH] ahci: add support for VIA VT8251Bastiaan Jacques
2006-04-11[PATCH] ahci: use ata_wait_register()Tejun Heo
2006-04-11[PATCH] libata: kill @verbose from ata_reset_fn_tTejun Heo
2006-04-11Merge branch 'master'Jeff Garzik
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig
2006-04-04[PATCH] ahci: do not fail softreset if PHY reports no deviceTejun Heo
2006-04-02[libata] bump versionsJeff Garzik
2006-03-30[libata] ahci: add ATI SB600 PCI IDsJeff Garzik
2006-03-22[PATCH] ahci: add softresetTejun Heo
2006-03-21[SCSI] libata: implement minimal transport template for ->eh_timed_outTejun Heo
2006-03-11[PATCH] ahci: enable prefetching for PACKET commandsTejun Heo
2006-03-11Merge branch 'upstream-fixes'Jeff Garzik
2006-03-11[PATCH] ahci: fix NULL pointer dereference detected by CoverityTejun Heo
2006-02-12[PATCH] libata: kill sht->max_sectorsTejun Heo
2006-02-12[PATCH] libata: move cdb_len for host to deviceTejun Heo
2006-02-11[PATCH] libata: convert assert(xxx)'s in low-level drivers to WARN_ON(!xxx)'sTejun Heo
2006-02-11[PATCH] ahci: convert to new reset mechanismTejun Heo
2006-02-11[PATCH] ahci: make ahci_fill_cmd_slot() take *pp instead of *apTejun Heo
2006-02-10[PATCH] ahci: separate out ahci_fill_cmd_slot()Tejun Heo
2006-02-10[PATCH] libata: kill NULL qc handling from ->eng_timeout callbacksTejun Heo
2006-02-10[PATCH] libata: use ata_scsi_timed_out()Tejun Heo
2006-01-29Merge branch 'upstream-fixes'Jeff Garzik
2006-01-29[libata ahci] add another JMicron pci idJeff Garzik
2006-01-29Merge branch 'upstream-fixes'Jeff Garzik
2006-01-29[libata ahci] Isolate Intel-ism, add JMicron JMB360 supportJeff Garzik
2006-01-26[PATCH] ahci: add constants for SRSTTejun Heo
2006-01-26[PATCH] ahci: stop engine during hard resetTejun Heo
2006-01-26[PATCH] libata: implement and apply ata_eh_qc_complete/retry()Tejun Heo
2006-01-26[PATCH] libata: return AC_ERR_* from issue functionsTejun Heo
2006-01-26[PATCH] libata: add detailed AC_ERR_* flagsTejun Heo
2006-01-26[PATCH] ahci: fix err_mask setting in ahci_host_intrTejun Heo
2006-01-17[PATCH] ahci: separate out ahci_dev_classifyTejun Heo
2006-01-17[PATCH] ahci: separate out ahci_stop/start_engineTejun Heo