ChangeSet@1.1911, 2004-04-24 22:15:40-04:00, jeremy@sgi.com [PATCH] sata_vsc initialization fix ChangeSet@1.1910, 2004-04-24 14:12:03-04:00, jgarzik@redhat.com [libata] clean up taskfile submission to hardware When writing taskfile (an ATA command) to the controller, the exact setup of the taskfile is dependent on the taskfile "protocol": PIO, PIO Multiple, DMA, Non-data, etc. So, we separate out the submission of the taskfile to hardware into a separate function ata_qc_issue_prot(), which will later be the home for more code. Also, remove some dead code (#if 0'd). ChangeSet@1.1909, 2004-04-24 13:26:06-04:00, jgarzik@redhat.com [libata] add ata_tf_{to,from}_fis helpers ChangeSet@1.1896.3.5, 2004-04-22 03:43:42-04:00, jgarzik@redhat.com [libata] Promise driver split part 4: common header ChangeSet@1.1896.3.4, 2004-04-22 03:37:49-04:00, jgarzik@redhat.com [libata] Promise driver split part 3: remove TX2/4 code from sata_sx4 ChangeSet@1.1896.3.3, 2004-04-22 03:26:15-04:00, jgarzik@redhat.com [libata] Promise driver split part 2: remove SX4 code from sata_promise ChangeSet@1.1896.3.2, 2004-04-22 03:11:44-04:00, jgarzik@redhat.com [libata] Promise driver split part 1: clone to sx4 Clone sata_promise to sata_sx4. ChangeSet@1.1896.3.1, 2004-04-22 00:51:41-04:00, jgarzik@redhat.com [libata sata_sis] add new PCI id Also remove constant from linux/pci_ids.h.