]> err.no Git - linux-2.6/blobdiff - drivers/ata/ata_generic.c
ata_piix: SATA 2port controller port map fix
[linux-2.6] / drivers / ata / ata_generic.c
index e390ad47c8ef9c7322cee77736d60e698ca4e42a..90329982bef760fe6a4cadead1f1d526943f4958 100644 (file)
@@ -95,7 +95,6 @@ static struct scsi_host_template generic_sht = {
 static struct ata_port_operations generic_port_ops = {
        .set_mode       = generic_set_mode,
 
-       .port_disable   = ata_port_disable,
        .tf_load        = ata_tf_load,
        .tf_read        = ata_tf_read,
        .check_status   = ata_check_status,
@@ -121,9 +120,8 @@ static struct ata_port_operations generic_port_ops = {
        .irq_handler    = ata_interrupt,
        .irq_clear      = ata_bmdma_irq_clear,
        .irq_on         = ata_irq_on,
-       .irq_ack        = ata_irq_ack,
 
-       .port_start     = ata_port_start,
+       .port_start     = ata_sff_port_start,
 };
 
 static int all_generic_ide;            /* Set to claim all devices */