~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/ata/pata_macio.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1053
1053
        /* Allocate libata host for 1 port */
1054
1054
        memset(&pinfo, 0, sizeof(struct ata_port_info));
1055
1055
        pmac_macio_calc_timing_masks(priv, &pinfo);
1056
 
        pinfo.flags             = ATA_FLAG_SLAVE_POSS | ATA_FLAG_MMIO |
1057
 
                                  ATA_FLAG_NO_LEGACY;
 
1056
        pinfo.flags             = ATA_FLAG_SLAVE_POSS;
1058
1057
        pinfo.port_ops          = &pata_macio_ops;
1059
1058
        pinfo.private_data      = priv;
1060
1059