]> err.no Git - linux-2.6/blobdiff - drivers/ata/pata_rz1000.c
[Blackfin] arch: Add proper SW System Reset delay sequence
[linux-2.6] / drivers / ata / pata_rz1000.c
index 98784647c7e88ad50de4bd3b655a8fcb9a3049a0..ba8a31c55edb5fef3ab9a856fc395932b2ae7847 100644 (file)
@@ -73,7 +73,6 @@ static struct scsi_host_template rz1000_sht = {
 static struct ata_port_operations rz1000_port_ops = {
        .set_mode       = rz1000_set_mode,
 
-       .port_disable   = ata_port_disable,
        .tf_load        = ata_tf_load,
        .tf_read        = ata_tf_read,
        .check_status   = ata_check_status,
@@ -100,7 +99,7 @@ static struct ata_port_operations rz1000_port_ops = {
        .irq_clear      = ata_bmdma_irq_clear,
        .irq_on         = ata_irq_on,
 
-       .port_start     = ata_port_start,
+       .port_start     = ata_sff_port_start,
 };
 
 static int rz1000_fifo_disable(struct pci_dev *pdev)